File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ let K = 0;
156156function all ( ) {
157157 QQreadheaderVal = QQreadhdArr [ K ] ;
158158 QQreadvideoheaderVal = QQreadvideohdArr [ K ] ;
159- for ( var i = 0 ; i < 6 ; i ++ )
159+ for ( var i = 0 ; i < 7 ; i ++ )
160160 { ( function ( i ) {
161161 setTimeout ( function ( ) {
162162
@@ -169,18 +169,18 @@ QQreadtask();//任务列表
169169else if ( i == 2 )
170170QQreadboxinfo ( ) ; //宝箱
171171
172- else if ( i == 3 && task . data . watchVideo . videoCount == 0 )
172+ else if ( i == 4 && task . data . watchVideo . videoCount == 0 )
173173QQreadsign ( ) ; //金币签到
174174
175- else if ( i == 4 && task . data . watchVideo . videoCount <= 9 )
175+ else if ( i == 5 && task . data . watchVideo . videoCount <= 9 )
176176QQreadvideo ( ) ; //视频任务
177177
178178
179179
180- else if ( i == 5 && K < QQreadhdArr . length - 1 ) {
180+ else if ( i == 6 && K < QQreadhdArr . length - 1 ) {
181181K += 1 ;
182182all ( ) ;
183- } else if ( i == 5 && K == QQreadhdArr . length - 1 ) {
183+ } else if ( i == 6 && K == QQreadhdArr . length - 1 ) {
184184 showmsg ( ) ; //通知
185185 console . log ( tz )
186186 $ . done ( ) ;
You can’t perform that action at this time.
0 commit comments