mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 04:59:37 +08:00
描述:登录
This commit is contained in:
parent
cc5bc281d0
commit
f8a9f51f4e
@ -55,8 +55,12 @@ Page({
|
||||
"openid": _this.data.openid
|
||||
}).then(res => {
|
||||
console.log('registerPhone', res);
|
||||
// 跳转首页
|
||||
_this.jumpIndex(res.openid, res.user, res.token.token)
|
||||
if (res.code == 0) {
|
||||
// 跳转首页
|
||||
_this.jumpIndex(res.openid, res.user, res.token.token)
|
||||
} else {
|
||||
app.selfShowMsg(res.msg)
|
||||
}
|
||||
})
|
||||
},
|
||||
// 跳转首页
|
||||
|
Loading…
x
Reference in New Issue
Block a user