Skip to content

Commit 0eb575f

Browse files
author
ziye12
authored
Update qqreads.js
1 parent dd34a1c commit 0eb575f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Task/qqreads.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,13 +269,12 @@ function all() {
269269
}
270270
else if (i == 8){
271271
if (task.data &&
272-
task.data.user.amount >= 100000&&d.getHours() == 23)
273-
else if (i == 8&& task.data &&
274-
task.data.user.amount >= 100000){
272+
task.data.user.amount >= 100000) {
275273
if ($.isNode()&&d.getHours() == 23)
276274
qqreadwithdraw();//现金提现
277275
else if (b.getHours() == 23)
278276
qqreadwithdraw();//现金提现
277+
}
279278
}
280279
else if (i == 9){
281280
if (d.getHours() == 23 && d.getMinutes() >= 40)

0 commit comments

Comments
 (0)