无极共享
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
var randomAccountMutil = ValidateCodeHelper.MakeCharCode(3).ToLower();
|
||||
|
||||
var product_id = Model.Product.Id;
|
||||
if (product_id == 20) {
|
||||
if (product_id == 20 ||product_id == 21) {
|
||||
randomAccount1 = ValidateCodeHelper.MakeCharCode(2).ToLower() + ValidateCodeHelper.MakeNumCode(5).ToLower();
|
||||
randomAccountMutil = ValidateCodeHelper.MakeCharCode(6).ToLower();
|
||||
randomPwd = ValidateCodeHelper.MakeNumCode(6).ToLower();
|
||||
@@ -718,7 +718,7 @@
|
||||
this.MoreChecker.AccountOk = true;
|
||||
return true;
|
||||
}
|
||||
if (this.MoreBuyModel.Account.length < 2 || this.MoreBuyModel.Account.length > 8 || !this.hasNumAndChar(this.MoreBuyModel.Account)) {
|
||||
if (this.MoreBuyModel.Account.length < 4 || this.MoreBuyModel.Account.length > 8 || !this.hasNumAndChar(this.MoreBuyModel.Account)) {
|
||||
this.MoreChecker.AccountOk = false;
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user