This commit is contained in:
Faker 2023-05-24 18:09:15 +08:00
parent eb096222b0
commit 1e4052b860
2 changed files with 571 additions and 1 deletions

View File

@ -35,7 +35,7 @@ if ($.isNode()) {
$.randomCode = random(10, 13); $.randomCode = random(10, 13);
// console.log($.randomCode) // console.log($.randomCode)
// console.log(codeList.length) // console.log(codeList.length)
if (codeList.length <= 1) { if (codeList[0] === "") {
console.log("暂无优惠劵...") console.log("暂无优惠劵...")
return; return;
} }

570
jd_coupon2.js Normal file

File diff suppressed because one or more lines are too long