|
@@ -159,6 +159,7 @@ export default {
|
|
|
this.getConfig();
|
|
|
},
|
|
|
mounted() {
|
|
|
+ console.log('detail', this.detail);
|
|
|
this.setCookieMid();
|
|
|
Cookies.set(this.detail.postId, JSON.stringify({ inviteCode: this.$route.params.id, channel: this.$route.params.channel }), { expires: 100 });
|
|
|
this.setTreasureInfo();
|
|
@@ -397,6 +398,7 @@ body,
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
.invite-txt {
|
|
|
+ text-align: center;
|
|
|
color: #727272;
|
|
|
font-weight: 400;
|
|
|
font-size: 13px;
|