mirror of
https://github.com/shufflewzc/faker2.git
synced 2025-04-23 02:48:44 +08:00
update
This commit is contained in:
parent
5fe477e0a2
commit
d3a9fe7ec4
@ -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] === "") {
|
||||
|
@ -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] === "") {
|
||||
|
Loading…
Reference in New Issue
Block a user