We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb575f commit a567825Copy full SHA for a567825
1 file changed
Task/qqreads.js
@@ -267,17 +267,15 @@ function all() {
267
if (task.data && task.data.taskList[2].doneFlag == 0)
268
qqreadsign2();// 签到翻倍
269
}
270
- else if (i == 8){
271
- if (task.data &&
272
-task.data.user.amount >= 100000) {
+ else if (i == 8&&task.data &&
+task.data.user.amount >= 100000){
273
if ($.isNode()&&d.getHours() == 23)
274
qqreadwithdraw();//现金提现
275
else if (b.getHours() == 23)
276
277
278
-}
+
279
else if (i == 9){
280
- if (d.getHours() == 23 && d.getMinutes() >= 40)
281
if ($.isNode()&&d.getHours() == 23 && d.getMinutes() >= 40)
282
qqreadtrans();//今日收益累计
283
else if (b.getHours() == 23 && b.getMinutes() >= 40)
0 commit comments