Skip to content

Commit 863dc59

Browse files
author
ziye12
authored
Update QQread.js
1 parent a80ebb8 commit 863dc59

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Task/QQread.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ let K = 0;
156156
function 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();//任务列表
169169
else if (i==2)
170170
QQreadboxinfo();//宝箱
171171

172-
else if (i==3&&task.data.watchVideo.videoCount==0)
172+
else if (i==4&&task.data.watchVideo.videoCount==0)
173173
QQreadsign();//金币签到
174174

175-
else if (i==4&&task.data.watchVideo.videoCount<=9)
175+
else if (i==5&&task.data.watchVideo.videoCount<=9)
176176
QQreadvideo();//视频任务
177177

178178

179179

180-
else if (i == 5 && K < QQreadhdArr.length - 1) {
180+
else if (i == 6 && K < QQreadhdArr.length - 1) {
181181
K += 1;
182182
all();
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();

0 commit comments

Comments
 (0)