Skip to content

Commit ba86870

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Task/qqreads.js

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

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

209-
else if (i == 17 && num < cookiesArr.length - 1) {
210-
num += 1;
209+
else if (i == 17 && K < cookiesArr.length - 1) {
210+
K += 1;
211211
all();
212-
} else if (i == 17 && num == cookiesArr.length - 1) {
212+
} else if (i == 17 && K == cookiesArr.length - 1) {
213213
if ($.isNode())notify.sendNotify(jsname,tz)
214214
$.done();
215215
}

0 commit comments

Comments
 (0)