Commit 14f7fff3 by 高淑倩

modify: 打开登录弹框_return false

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