Skip to content

Commit 1fa6bf6

Browse files
author
ziye12
authored
Update QQread.js
1 parent 217532e commit 1fa6bf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Task/QQread.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,10 @@ QQreadtask();//任务列表
169169
else if (i==2)
170170
QQreadboxinfo();//宝箱
171171

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

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

178178

0 commit comments

Comments
 (0)