Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shufflewzc committed Dec 8, 2021
1 parent c61c9eb commit 7d3641d
Show file tree
Hide file tree
Showing 4 changed files with 346 additions and 349 deletions.
2 changes: 1 addition & 1 deletion jd_cfd_pearl_ex.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ async function perl_auto() {
}
return flag
})
await wait()
if (!prizes.length) {
console.log('无红包满足条件,结束')
return
Expand All @@ -104,7 +105,6 @@ async function perl_auto() {
})
}
// console.debug('prizes:',prizes)
await wait()
for (let i = 0; i < prizes.length; i++) {
const prize = prizes[i]
console.log('兑换面额:', prize.strPrizeName || '随机红包')
Expand Down
Loading

0 comments on commit 7d3641d

Please sign in to comment.