Browse Source

app 登录报错解决

娄底高职分支
yxq 9 months ago
parent
commit
8b9c34fa15
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/login.vue

+ 4
- 4
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/login.vue View File

@@ -275,6 +275,10 @@
if (mpinfo && Array.isArray(mpinfo) && mpinfo.includes(type)) {
user.miniProgram = true
}
this.resData = {
token,
user
}
this.HIDE_LOADING()
// 如果没发短信直接登录
@@ -283,10 +287,6 @@
return
}
// 发了短信 进入输入验证码页面
this.resData = {
token,
user
}
this.mobile = baseinfo.mobile
this.isCode = true
this.TOAST('已发送短信,请输入验证码');


Loading…
Cancel
Save