We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b46ebf commit 155452dCopy full SHA for 155452d
qqread.js
@@ -185,7 +185,7 @@ function all()
185
186
{
187
188
- for(var i=0;i<12;i++)
+ for(var i=0;i<13;i++)
189
{ (function(i) {
190
setTimeout(function() {
191
@@ -217,18 +217,18 @@ qqreadsign();
217
else if (i==8)
218
qqreadconfig();
219
220
-else if (i==9&&task.data.treasureBox.videoDoneFlag==0)
221
-qqreadbox2();
+
222
223
-else if (i==10&&sign.data.videoDoneFlag==0)
+else if (i==9&&sign.data.videoDoneFlag==0)
224
qqreadsign2();
225
+else if (i==10&&task.data.treasureBox.videoDoneFlag==0)
226
+qqreadbox2();
227
228
229
230
-
231
-else if (i==11) showmsg()
+else if (i==12) showmsg()
232
233
}
234
0 commit comments