|
@@ -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 });
|
|
|
},
|