Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Faker authored and Faker committed May 24, 2023
1 parent c004b4b commit a2dd9fe
Show file tree
Hide file tree
Showing 2 changed files with 571 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jd_coupon.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if ($.isNode()) {
$.randomCode = random(10, 13);
// console.log($.randomCode)
// console.log(codeList.length)
if (codeList.length <= 1) {
if (codeList[0] === "") {
console.log("暂无优惠劵...")
return;
}
Expand Down
Loading

0 comments on commit a2dd9fe

Please sign in to comment.