mirror of
https://github.com/qitoqito/psyduck.git
synced 2026-01-12 04:30:42 +08:00
Update jd_task_hudong.js
This commit is contained in:
parent
b0de943de7
commit
8b0e6502f5
@ -426,6 +426,10 @@ export class Main extends Template {
|
||||
drawNum--
|
||||
p.lottery(lottery)
|
||||
}
|
||||
else if (this.haskey(lottery, 'success')) {
|
||||
drawNum--
|
||||
p.log("啥也没有抽到")
|
||||
}
|
||||
else {
|
||||
p.err("抽奖错误")
|
||||
break
|
||||
@ -488,6 +492,10 @@ export class Main extends Template {
|
||||
drawNum--
|
||||
p.lottery(lottery)
|
||||
}
|
||||
else if (this.haskey(lottery, 'success')) {
|
||||
drawNum--
|
||||
p.log("啥也没有抽到")
|
||||
}
|
||||
else {
|
||||
p.err("抽奖错误")
|
||||
break
|
||||
@ -618,6 +626,10 @@ export class Main extends Template {
|
||||
drawNum--
|
||||
p.lottery(lottery)
|
||||
}
|
||||
else if (this.haskey(lottery, 'success')) {
|
||||
drawNum--
|
||||
p.log("啥也没有抽到")
|
||||
}
|
||||
else {
|
||||
p.err("抽奖错误")
|
||||
break
|
||||
|
||||
Loading…
Reference in New Issue
Block a user