|
@@ -483,6 +483,7 @@ export default {
|
|
|
let that = this;
|
|
|
that.selfTakeId = options.selfTakeId;
|
|
|
that.organizerUserId = options.organizerUserId;
|
|
|
+ console.log("+++++++++++获取到的推荐人ID:"+options.inviteUserId+"+++++++++++++++")
|
|
|
if(options.inviteUserId){
|
|
|
this.$Cache.set('INVITE_USER_ID', options.inviteUserId);
|
|
|
if (this.isLogin){
|