Skip to content

Commit 155452d

Browse files
author
ziye12
authored
Update qqread.js
1 parent 8b46ebf commit 155452d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

qqread.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ function all()
185185

186186
{
187187

188-
for(var i=0;i<12;i++)
188+
for(var i=0;i<13;i++)
189189
{ (function(i) {
190190
setTimeout(function() {
191191

@@ -217,18 +217,18 @@ qqreadsign();
217217
else if (i==8)
218218
qqreadconfig();
219219

220-
else if (i==9&&task.data.treasureBox.videoDoneFlag==0)
221-
qqreadbox2();
220+
222221

223-
else if (i==10&&sign.data.videoDoneFlag==0)
222+
else if (i==9&&sign.data.videoDoneFlag==0)
224223
qqreadsign2();
225224

225+
else if (i==10&&task.data.treasureBox.videoDoneFlag==0)
226+
qqreadbox2();
226227

227228

228229

229230

230-
231-
else if (i==11) showmsg()
231+
else if (i==12) showmsg()
232232

233233
}
234234

0 commit comments

Comments
 (0)