调整首页
This commit is contained in:
@@ -68,10 +68,10 @@ Page({
|
||||
loadingFunc(async () => {
|
||||
const wxLoginCode = await wxLogin()
|
||||
const { code, message, data } = await userValidate({ park, tenement, phone, name, code: wxLoginCode })
|
||||
// if (code !== OK) {
|
||||
// alertInfo(message)
|
||||
// return
|
||||
// }
|
||||
if (code !== OK) {
|
||||
alertInfo(message)
|
||||
return
|
||||
}
|
||||
const { exist, user } = data;
|
||||
if (!exist) {
|
||||
alertInfo("绑定失败,请检查信息")
|
||||
|
Reference in New Issue
Block a user