mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2026-01-14 06:10:43 +08:00
Update hyjk.js
This commit is contained in:
parent
c66c48d4dd
commit
6a02a500df
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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user