麒麟动态

This commit is contained in:
“wanyongkang”
2024-01-17 14:21:23 +08:00
parent a6f40cd80d
commit b342c64fdb
10 changed files with 494 additions and 254 deletions

View File

@@ -12,6 +12,10 @@
{
randomAccount = ValidateCodeHelper.MakeCharCode(2).ToLower() + ValidateCodeHelper.MakeNumCode(4).ToLower();
}
var product_id = Model.Product.Id;
if (product_id == 27) {
randomPwd = ValidateCodeHelper.MakeNumCode(6).ToLower();
}
}
<script type="text/javascript">
let realverify = {