|
@@ -11,7 +11,8 @@
|
|
|
:postUserInfo="detail.postUserInfo"
|
|
|
:reportMore="{
|
|
|
shareLinkId: $route.params.id,
|
|
|
- }"></MobileGuidePage>
|
|
|
+ }"
|
|
|
+ ></MobileGuidePage>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<div class="logo">
|
|
@@ -156,10 +157,10 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
created() {
|
|
|
- this.setCookieMid();
|
|
|
this.getConfig();
|
|
|
},
|
|
|
mounted() {
|
|
|
+ this.setCookieMid();
|
|
|
Cookies.set(this.detail.postId, JSON.stringify({ inviteCode: this.$route.params.id }), { expires: 100 });
|
|
|
this.setTreasureInfo();
|
|
|
|
|
@@ -316,6 +317,7 @@ export default {
|
|
|
srcContentId: this.detail.repostSrcContentId || '',
|
|
|
postNickName: this.detail.inviteUserInfo.nickName,
|
|
|
postId: this.detail.postId,
|
|
|
+ shareLinkId: this.detail.inviteCode,
|
|
|
};
|
|
|
Cookies.set('jump_info', JSON.stringify(treasureInfo), { expires: 100 });
|
|
|
},
|