mirror of
https://github.com/qitoqito/psyduck.git
synced 2026-01-14 06:30:42 +08:00
Update jd_task_smAnswer.js
This commit is contained in:
parent
6ebfc8e1c5
commit
3d8f1cdc96
@ -68,6 +68,7 @@ export class Main extends Template {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
p.log("答案未更新...")
|
p.log("答案未更新...")
|
||||||
|
this.jump = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -75,7 +76,7 @@ export class Main extends Template {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
status = 0
|
status = 0
|
||||||
console.log('没有获取到数据...')
|
p.log('没有获取到数据...')
|
||||||
}
|
}
|
||||||
if (status) {
|
if (status) {
|
||||||
p.info.work = true
|
p.info.work = true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user