zhangwei 2 gadi atpakaļ
vecāks
revīzija
c8ee343455
3 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  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 });
         },