无极共享

This commit is contained in:
“wanyongkang”
2022-04-07 17:10:08 +08:00
parent 34f0e36119
commit 8a2bb7b76c
11 changed files with 755 additions and 12 deletions

View File

@@ -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;
}