This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
DigitalScholl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
app 登录报错解决
娄底高职分支
yxq
9 months ago
parent
2a9ef82be2
commit
8b9c34fa15
1 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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('已发送短信,请输入验证码');
Write
Preview
Loading…
Cancel
Save