Update jd_task_videoHb.js

This commit is contained in:
可达鸭 2025-07-13 09:01:52 +08:00
parent ea6ad66260
commit 2529389188

View File

@ -169,9 +169,9 @@ export class Main extends Template {
} }
) )
} }
if (i.rewardType) { // if (i.rewardType) {
p.log("已完成:", i.assignmentName, i.type) // p.log("已完成:", i.assignmentName, i.type)
} // }
else if (i.type == 24) { else if (i.type == 24) {
p.log("正在运行:", i.assignmentName, i.type) p.log("正在运行:", i.assignmentName, i.type)
let accept = await this.curl({ let accept = await this.curl({
@ -217,6 +217,9 @@ export class Main extends Template {
} }
) )
} }
else if (i.status == 2) {
p.log("已完成:", i.assignmentName)
}
else { else {
status = 0 status = 0
p.log("正在运行:", i.assignmentName, i.type) p.log("正在运行:", i.assignmentName, i.type)