This commit is contained in:
Faker 2023-05-24 19:30:02 +08:00
parent 5fe477e0a2
commit d3a9fe7ec4
2 changed files with 2 additions and 2 deletions

View File

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

View File

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