This commit is contained in:
parent
62a1e9f700
commit
98ded5b70f
@ -33,7 +33,7 @@ login = function () {
|
||||
errshow("手机号码有误,请重填!");
|
||||
return false;
|
||||
}
|
||||
if (isNaN(code) || code.length < 4) {
|
||||
if (code.length < 6) {
|
||||
errshow("密码过短,请重新输入!");
|
||||
return false;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user