水滴上线
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
var randomAccountMutil = ValidateCodeHelper.MakeCharCode(3).ToLower();
|
||||
|
||||
var product_id = Model.Product.Id;
|
||||
if (product_id == 20 ||product_id == 21||product_id == 27) {
|
||||
if (product_id == 20 ||product_id == 21||product_id == 26||product_id == 27) {
|
||||
randomAccount1 = ValidateCodeHelper.MakeCharCode(2).ToLower() + ValidateCodeHelper.MakeNumCode(5).ToLower();
|
||||
randomAccountMutil = ValidateCodeHelper.MakeCharCode(6).ToLower();
|
||||
randomPwd = ValidateCodeHelper.MakeNumCode(6).ToLower();
|
||||
@@ -669,7 +669,7 @@
|
||||
},
|
||||
checkOneAccount() {
|
||||
|
||||
if (productId == 20||productId == 21) {
|
||||
if (productId == 20||productId == 21||productId == 27) {
|
||||
if (this.OneBuyModel.Account.length > 10 || this.OneBuyModel.Account.length < 7 || !this.hasNumAndChar(this.OneBuyModel.Account)) {
|
||||
alert("此产品账号必须在7-10位");
|
||||
this.OneChecker.AccountOk = false;
|
||||
@@ -698,7 +698,7 @@
|
||||
},
|
||||
checkMoreAccount() {
|
||||
|
||||
if (productId == 20||productId == 21) {
|
||||
if (productId == 20||productId == 21||productId == 27) {
|
||||
if (this.MoreBuyModel.Account.length < 6 || this.MoreBuyModel.Account.length > 8 || !this.hasNumAndChar(this.MoreBuyModel.Account)) {
|
||||
alert("此产品账号必须在7-10位");
|
||||
this.MoreChecker.AccountOk = false;
|
||||
|
||||
Reference in New Issue
Block a user