This commit is contained in:
“wanyongkang”
2022-04-29 16:44:02 +08:00
parent 7528b74aae
commit 35814d3436
12 changed files with 509 additions and 40 deletions

View File

@@ -682,7 +682,7 @@
}
},
checkOneAccount() {
if (productId == 20) {
if (productId == 20||productId == 21) {
if (this.OneBuyModel.Account.length > 10 || this.OneBuyModel.Account.length < 7 || !this.hasNumAndChar(this.OneBuyModel.Account)) {
alert("此产品账号必须大于6位");
this.OneChecker.AccountOk = false;
@@ -708,7 +708,7 @@
return true;
},
checkMoreAccount() {
if (productId == 20) {
if (productId == 20||productId == 21) {
if (this.MoreBuyModel.Account.length < 6 || this.MoreBuyModel.Account.length > 8 || !this.hasNumAndChar(this.MoreBuyModel.Account)) {
alert("此产品账号必须大于6位");
this.MoreChecker.AccountOk = false;