mirror of
https://github.com/shufflewzc/faker2.git
synced 2025-04-23 10:58:44 +08:00
update
This commit is contained in:
parent
1e4052b860
commit
5fe477e0a2
@ -32,7 +32,7 @@ if ($.isNode()) {
|
|||||||
console.log("优惠劵失败...")
|
console.log("优惠劵失败...")
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$.randomCode = random(10, 13);
|
$.randomCode = random(10, 14);
|
||||||
// console.log($.randomCode)
|
// console.log($.randomCode)
|
||||||
// console.log(codeList.length)
|
// console.log(codeList.length)
|
||||||
if (codeList[0] === "") {
|
if (codeList[0] === "") {
|
||||||
|
@ -32,7 +32,7 @@ if ($.isNode()) {
|
|||||||
console.log("优惠劵失败...")
|
console.log("优惠劵失败...")
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$.randomCode = random(10, 13);
|
$.randomCode = random(10, 17);
|
||||||
// console.log(codeList)
|
// console.log(codeList)
|
||||||
// console.log(codeList.length)
|
// console.log(codeList.length)
|
||||||
if (codeList[0] === "") {
|
if (codeList[0] === "") {
|
||||||
|
Loading…
Reference in New Issue
Block a user