瀏覽代碼

[edit][埋点]

zhangwei 2 年之前
父節點
當前提交
c8ee343455
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      pages/index.vue
  2. 1 1
      pages/nft/group.vue
  3. 1 1
      pages/nft/index.vue

+ 1 - 1
pages/index.vue

@@ -609,7 +609,7 @@ export default {
 				postNickName: this.detail.postBizData.postUserInfo.nickName || '',
 				createTime: Date.now(),
 				jump_type: 'red_packet',
-				postId: this.detail.postBizData.postId || ''
+				postId: this.detail.postId || ''
 			};
 			Cookies.set('jump_info', JSON.stringify(pickupInfo), { expires: 100 });
 		},

+ 1 - 1
pages/nft/group.vue

@@ -269,7 +269,7 @@ export default {
                 twitterAccount: this.postBizData.defaultTwitterAccount || '',
                 createTime: Date.now(),
                 jump_type: 'nft_group_info',
-                postId: this.detail.postBizData.postId || ''
+                postId: this.detail.postId || ''
             };
             Cookies.set('jump_info', JSON.stringify(nftGroupInfo), { expires: 100 });
         },

+ 1 - 1
pages/nft/index.vue

@@ -250,7 +250,7 @@ export default {
                 twitterAccount: atob(this.$route.params.account || ''),
                 createTime: Date.now(),
                 jump_type: 'nft_info',
-                postId: this.detail.postBizData.postId || ''
+                postId: this.detail.postId || ''
             };
             Cookies.set('jump_info', JSON.stringify(nftInfo), { expires: 100 });
         },