Skip to content

Commit c40ae18

Browse files
author
ziye12
authored
Update qqreads.js
1 parent 316426a commit c40ae18

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

Task/qqreads.js

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -206,13 +206,12 @@ qqreadpick();//领周时长奖励
206206

207207
else if (i == 16) showmsg();
208208

209-
else if (i == 17 && K < qqreadhdArr.length - 1) {
210-
K += 1; all() };
211-
212-
else if (i == 17 && K == qqreadhdArr.length - 1) {
213-
if ($.isNode())
214-
{notify.sendNotify(jsname,tz)};
215-
$.done();
209+
else if (i == 17 && num < cookiesArr.length - 1) {
210+
num += 1;
211+
all();
212+
} else if (i == 17 && num == cookiesArr.length - 1) {
213+
if ($.isNode())notify.sendNotify(jsname,tz)
214+
$.done();
216215
}
217216
},
218217

0 commit comments

Comments
 (0)