|
@@ -279,7 +279,8 @@ export default {
|
|
if (
|
|
if (
|
|
data.userLoginCheckResult &&
|
|
data.userLoginCheckResult &&
|
|
(!data.userLoginCheckResult.pwdCount ||
|
|
(!data.userLoginCheckResult.pwdCount ||
|
|
- !data.userLoginCheckResult.mobileNumber)
|
|
|
|
|
|
+ !data.userLoginCheckResult.mobileNumber) &&
|
|
|
|
+ this.schoolInfo.phoneLogin
|
|
) {
|
|
) {
|
|
this.userInfo = {
|
|
this.userInfo = {
|
|
...this.loginModel,
|
|
...this.loginModel,
|