mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-17 15:25:10 +08:00
Update hyjk.js
This commit is contained in:
2
hyjk.js
2
hyjk.js
@@ -35,7 +35,7 @@ class Task {
|
|||||||
}
|
}
|
||||||
if (this.taskIdList.length > 0) {
|
if (this.taskIdList.length > 0) {
|
||||||
$.log(` 获取到任务列表`)
|
$.log(` 获取到任务列表`)
|
||||||
$.log(JSON.stringify(" " + this.taskIdList))
|
$.log(JSON.stringify(this.taskIdList))
|
||||||
}
|
}
|
||||||
for (let i of this.taskIdList) {
|
for (let i of this.taskIdList) {
|
||||||
await this.updateTaskInfo(i.taskId, 0)
|
await this.updateTaskInfo(i.taskId, 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user