|
@@ -145,6 +145,7 @@ export default {
|
|
this.getConfig();
|
|
this.getConfig();
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
|
|
+ Cookies.set(this.detail.postId, JSON.stringify({ inviteCode: this.$route.params.id }), { expires: 100 });
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
this.checkInstall()
|
|
this.checkInstall()
|
|
.then(() => {
|
|
.then(() => {
|
|
@@ -282,7 +283,6 @@ export default {
|
|
postNickName: this.detail.postUserInfo.nickName,
|
|
postNickName: this.detail.postUserInfo.nickName,
|
|
};
|
|
};
|
|
Cookies.set('jump_info', JSON.stringify(treasureInfo), { expires: 100 });
|
|
Cookies.set('jump_info', JSON.stringify(treasureInfo), { expires: 100 });
|
|
- Cookies.set(this.detail.postId, JSON.stringify({ inviteCode: this.$route.params.id }), { expires: 100 });
|
|
|
|
},
|
|
},
|
|
},
|
|
},
|
|
};
|
|
};
|