|
@@ -100,6 +100,7 @@ export default {
|
|
|
totalBuyOrderSuccessCount: 0,
|
|
|
withdrawStarCoinNum: 0,
|
|
|
inviteUserName: null,
|
|
|
+ activityId: null,
|
|
|
},
|
|
|
};
|
|
|
},
|
|
@@ -147,7 +148,7 @@ export default {
|
|
|
path: '/register-for-invite',
|
|
|
query: {
|
|
|
invitationUserName: this.data.invitationUserName,
|
|
|
- activityId: this.$route.query.activityId,
|
|
|
+ activityId: this.data.activityId,
|
|
|
},
|
|
|
}).href;
|
|
|
|