mirror of
https://github.com/qitoqito/psyduck.git
synced 2026-01-12 04: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 {
|
||||
p.log("答案未更新...")
|
||||
this.jump = true
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -75,7 +76,7 @@ export class Main extends Template {
|
||||
}
|
||||
else {
|
||||
status = 0
|
||||
console.log('没有获取到数据...')
|
||||
p.log('没有获取到数据...')
|
||||
}
|
||||
if (status) {
|
||||
p.info.work = true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user