无极共享

This commit is contained in:
“wanyongkang”
2022-04-07 17:10:08 +08:00
parent 34f0e36119
commit 8a2bb7b76c
11 changed files with 755 additions and 12 deletions

View File

@@ -653,7 +653,7 @@
return true;
},
checkMoreAccount() {
if (this.MoreBuyModel.Account.length > 10 || this.MoreBuyModel.Account.length < 3|| !this.hasNumAndChar(this.MoreBuyModel.Account)) {
if (this.MoreBuyModel.Account.length > 10 || this.MoreBuyModel.Account.length < 4|| !this.hasNumAndChar(this.MoreBuyModel.Account)) {
this.MoreChecker.AccountOk = false;
alert('账号长度必须在5-10位且不能包含特殊字符');
return false;