|
@@ -279,12 +279,13 @@ export default {
|
|
|
if (
|
|
|
data.userLoginCheckResult &&
|
|
|
(!data.userLoginCheckResult.pwdCount ||
|
|
|
- !data.userLoginCheckResult.mobileNumber) &&
|
|
|
- this.schoolInfo.phoneLogin
|
|
|
+ (!data.userLoginCheckResult.mobileNumber &&
|
|
|
+ this.schoolInfo.phoneLogin))
|
|
|
) {
|
|
|
this.userInfo = {
|
|
|
...this.loginModel,
|
|
|
...data.userLoginCheckResult,
|
|
|
+ phoneLogin: this.schoolInfo.phoneLogin,
|
|
|
};
|
|
|
this.$refs.ResetPwd.open();
|
|
|
return;
|