登录和绑定微信的完善,我的页面需要登录验证

This commit is contained in:
姚亚男
2021-10-18 17:39:06 +08:00
parent 78715f6712
commit 78f894957a
9 changed files with 150 additions and 127 deletions
+1 -1
View File
@@ -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)
}
})
}