|
@@ -315,7 +315,7 @@ export default {
|
|
|
srcContentId: this.detail.repostSrcContentId || '',
|
|
|
postNickName: this.detail.inviteUserInfo.nickName,
|
|
|
postId: this.detail.postId,
|
|
|
- shareLinkId: this.detail.inviteCode,
|
|
|
+ shareLinkId: this.$route.params.id,
|
|
|
channelName: this.$route.params.channel,
|
|
|
};
|
|
|
Cookies.set('jump_info', JSON.stringify(treasureInfo), { expires: 100 });
|