This commit is contained in:
“wanyongkang”
2022-07-25 22:44:01 +08:00
parent c286ded801
commit 3987a22b26
11 changed files with 33 additions and 34 deletions

View File

@@ -510,7 +510,7 @@
ConnectCount: 1,
CouponId: 0,
UseAccountAmount: 0,
OPayType: 100,
OPayType: 70,
PayChannel: 50,
phone:''
},
@@ -524,7 +524,7 @@
ConnectCount: 1,
CouponId: 0,
UseAccountAmount: 0,
OPayType: 100,
OPayType: 70,
MinPostfix: 1,
MaxPostfix: 1,
PayChannel: 50,
@@ -743,7 +743,7 @@
this.OneChecker.AccountOk = true;
return true;
}
if (this.OneBuyModel.Account.length > 10 || this.OneBuyModel.Account.length < 4 || !this.hasNumAndChar(this.OneBuyModel.Account)) {
if (this.OneBuyModel.Account.length > 10 || this.OneBuyModel.Account.length < 3 || !this.hasNumAndChar(this.OneBuyModel.Account)) {
this.OneChecker.AccountOk = false;
return false;
}
@@ -769,7 +769,7 @@
this.MoreChecker.AccountOk = true;
return true;
}
if (this.MoreBuyModel.Account.length < 4 || this.MoreBuyModel.Account.length > 8 || !this.hasNumAndChar(this.MoreBuyModel.Account)) {
if (this.MoreBuyModel.Account.length < 3 || this.MoreBuyModel.Account.length > 8 || !this.hasNumAndChar(this.MoreBuyModel.Account)) {
this.MoreChecker.AccountOk = false;
return false;
}