We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 217532e commit 1fa6bf6Copy full SHA for 1fa6bf6
1 file changed
Task/QQread.js
@@ -169,10 +169,10 @@ QQreadtask();//任务列表
169
else if (i==2)
170
QQreadboxinfo();//宝箱
171
172
-else if (i==4&&task.data.watchVideo.videoCount==0)
+else if (i==4&& task.data&&task.data.watchVideo.videoCount==0)
173
QQreadsign();//金币签到
174
175
-else if (i==5&&task.data.watchVideo.videoCount<=9)
+else if (i==5&& task.data&&task.data.watchVideo.videoCount<=9)
176
QQreadvideo();//视频任务
177
178
0 commit comments