wenliming 2 năm trước cách đây
mục cha
commit
3e43261248
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pages/treasure/invite.vue

+ 1 - 1
pages/treasure/invite.vue

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