|
@@ -486,7 +486,10 @@ export default {
|
|
|
if(options.inviteUserId){
|
|
|
this.$Cache.set('INVITE_USER_ID', options.inviteUserId);
|
|
|
if (this.isLogin){
|
|
|
+ console.log("+++++++++++获取到的推荐人ID:"+options.inviteUserId+"+++++++++++++++")
|
|
|
+ console.log("+++++++++++++++++调用绑定接口bindParentId开始+++++++++++++++++++++++")
|
|
|
bindParentId(options.inviteUserId)
|
|
|
+ console.log("+++++++++++++++++调用绑定接口bindParentId结束+++++++++++++++++++++++")
|
|
|
}
|
|
|
}
|
|
|
|