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