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