yunniu
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user