Commit 14f7fff3 by 高淑倩

modify: 打开登录弹框_return false

parent 5f219db6
......@@ -72,6 +72,7 @@ Component({
this.setData({
isAuthorization: true
})
return false
}
}
}
......
......@@ -79,6 +79,7 @@ Component({
this.setData({
isAuthorization: true
})
return false
}
}
......
......@@ -77,6 +77,7 @@ Component({
this.setData({
isAuthorization: true
})
return false
}
// 2019.06.14
let currentClickType = app.globalData.commonFunc.getLink(item.link.type, item)
......
......@@ -570,16 +570,15 @@ class WXService extends Http {
return Math.floor(random * precision)
}
//打开登录弹框
// 打开登录弹框
openAuthModal(){
return new Promise((resolve,reject)=>{
resolve({
isAuthorization: true
})
return false
})
}
}
const wxService = new WXService()
......
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