优化密码修改页面

This commit is contained in:
季圣华
2020-04-17 23:17:30 +08:00
parent 61b42302f5
commit c8041a6b41
2 changed files with 50 additions and 47 deletions

View File

@@ -90,7 +90,7 @@ function loginFun() {
return;
}
else if (loginInfoTip.indexOf("user password error") != -1) {
alert("用户密码错误");
alert("密码错误");
return;
}
else if (loginInfoTip.indexOf("access service error") != -1) {