|
@@ -295,7 +295,7 @@ export default {
|
|
|
collectionId: this.$route.query.id,
|
|
collectionId: this.$route.query.id,
|
|
|
qty: 1,
|
|
qty: 1,
|
|
|
couponId: (this.couponInfo || {}).id || '',
|
|
couponId: (this.couponInfo || {}).id || '',
|
|
|
- invitor: sessionStorage.getItem('invitor'),
|
|
|
|
|
|
|
+ invitor: this.$store.state.invitor || '',
|
|
|
vip: this.$store.state.userInfo.vipPurchase > 0 ? true : false
|
|
vip: this.$store.state.userInfo.vipPurchase > 0 ? true : false
|
|
|
};
|
|
};
|
|
|
params.sign = encryptUtil.encrypt(qs.stringify({ ...params, ts: new Date().getTime() }));
|
|
params.sign = encryptUtil.encrypt(qs.stringify({ ...params, ts: new Date().getTime() }));
|