wenliming %!s(int64=2) %!d(string=hai) anos
pai
achega
4462650ad0
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      pages/treasure/invite.vue

+ 2 - 2
pages/treasure/invite.vue

@@ -149,8 +149,8 @@ export default {
 		setTimeout(() => {
 		setTimeout(() => {
 			this.checkInstall()
 			this.checkInstall()
 				.then(() => {
 				.then(() => {
-					if (this.detail.srcContentId && this.detail.postUserInfo && this.detail.postUserInfo.postNickName) {
-						let url = `https://twitter.com/${this.detail.postUserInfo.postNickName}/status/${this.detail.srcContentId}`;
+					if (this.detail.srcContentId && this.detail.postUserInfo && this.detail.postUserInfo.nickName) {
+						let url = `https://twitter.com/${this.detail.postUserInfo.nickName}/status/${this.detail.srcContentId}`;
 						window.open(url);
 						window.open(url);
 					}
 					}
 				})
 				})