Commit 94791ce1 by 李嘉林

微信授权一键绑定手机号客流渠道绑定

parent 6dacdf55
...@@ -523,7 +523,6 @@ export default { ...@@ -523,7 +523,6 @@ export default {
wx.hideLoading(); wx.hideLoading();
//是会员 直接登录 //是会员 直接登录
// 跳转回小程序页面 // 跳转回小程序页面
this.addRecord(false);
this.pushPageType(); this.pushPageType();
} else { } else {
if (this.unionId) { if (this.unionId) {
...@@ -572,7 +571,8 @@ export default { ...@@ -572,7 +571,8 @@ export default {
} }
}, },
// 是否跳转h5或小程序 // 是否跳转h5或小程序
pushPageType(){ pushPageType() {
this.addRecord(true);
//绑定上下级关系 //绑定上下级关系
log.info(this.scene,'this.scene====',this.backPath) log.info(this.scene,'this.scene====',this.backPath)
console.log(this.scene,'this.scene====',this.backPath) console.log(this.scene,'this.scene====',this.backPath)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment