登录和绑定微信的完善,我的页面需要登录验证
This commit is contained in:
@@ -101,6 +101,7 @@ Page({
|
||||
},
|
||||
// 绑定微信
|
||||
wxBind(){
|
||||
const that = this
|
||||
wxBind((res)=>{
|
||||
// 微信和该账号绑定
|
||||
let params = {
|
||||
@@ -130,7 +131,6 @@ Page({
|
||||
that.setData({
|
||||
password: res.data
|
||||
})
|
||||
console.log(that.data.password)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user