|
@@ -1415,7 +1415,7 @@ export default {
|
|
|
//判断是否为自己的要求码进入
|
|
|
if (this.promotionNo !== res.data.promotionNo) {
|
|
|
if (this.promotionNo) {
|
|
|
- this.$Cache.set('INVITE_CODE', res.data.promotionNo);
|
|
|
+ this.$Cache.set('INVITE_CODE', this.promotionNo);
|
|
|
}
|
|
|
}
|
|
|
this.promotionShare = res.data.promotionNo
|