This commit is contained in:
Faker 2023-05-24 19:27:07 +08:00
parent 1e4052b860
commit 5fe477e0a2
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ if ($.isNode()) {
console.log("优惠劵失败...")
return;
}
$.randomCode = random(10, 13);
$.randomCode = random(10, 14);
// console.log($.randomCode)
// console.log(codeList.length)
if (codeList[0] === "") {

View File

@ -32,7 +32,7 @@ if ($.isNode()) {
console.log("优惠劵失败...")
return;
}
$.randomCode = random(10, 13);
$.randomCode = random(10, 17);
// console.log(codeList)
// console.log(codeList.length)
if (codeList[0] === "") {