样式修改
This commit is contained in:
@@ -85,7 +85,7 @@ Page({
|
||||
data: that.data.password
|
||||
})
|
||||
// 绑定微信
|
||||
this.wxBind()
|
||||
this.wxBindPhone()
|
||||
wx.switchTab({
|
||||
url: '../home/home',
|
||||
})
|
||||
@@ -100,10 +100,9 @@ Page({
|
||||
}
|
||||
},
|
||||
// 绑定微信
|
||||
wxBind(){
|
||||
wxBindPhone(){
|
||||
const that = this
|
||||
wxBind((res)=>{
|
||||
// 微信和该账号绑定
|
||||
let params = {
|
||||
openId: res.data.openid,
|
||||
rsaPublicKey: that.data.rsaPublicKey
|
||||
|
||||
Reference in New Issue
Block a user