We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 316426a commit c40ae18Copy full SHA for c40ae18
1 file changed
Task/qqreads.js
@@ -206,13 +206,12 @@ qqreadpick();//领周时长奖励
206
207
else if (i == 16) showmsg();
208
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();
+ else if (i == 17 && num < cookiesArr.length - 1) {
+ num += 1;
+ all();
+ } else if (i == 17 && num == cookiesArr.length - 1) {
+ if ($.isNode())notify.sendNotify(jsname,tz)
+ $.done();
216
}
217
},
218
0 commit comments