Skip to content

Commit c41f9b4

Browse files
committed
Update jd_hd.js
1 parent 78ecb76 commit c41f9b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Script/jd_hd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ try {
400400
let $dom = $clickDom;
401401
async function* asyncGenerator() {
402402
let i = 0;
403-
const num = "${clickClassName2}" === "" ? 0 : Number(${clickNum});
403+
const num = "${clickClassName2}" !== "" ? 1 : Number(${clickNum});
404404
while (i < num) {
405405
yield i++;
406406
}

0 commit comments

Comments
 (0)