mirror of
https://github.com/qitoqito/psyduck.git
synced 2026-01-16 15:40: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--
|
drawNum--
|
||||||
p.lottery(lottery)
|
p.lottery(lottery)
|
||||||
}
|
}
|
||||||
|
else if (this.haskey(lottery, 'success')) {
|
||||||
|
drawNum--
|
||||||
|
p.log("啥也没有抽到")
|
||||||
|
}
|
||||||
else {
|
else {
|
||||||
p.err("抽奖错误")
|
p.err("抽奖错误")
|
||||||
break
|
break
|
||||||
@ -488,6 +492,10 @@ export class Main extends Template {
|
|||||||
drawNum--
|
drawNum--
|
||||||
p.lottery(lottery)
|
p.lottery(lottery)
|
||||||
}
|
}
|
||||||
|
else if (this.haskey(lottery, 'success')) {
|
||||||
|
drawNum--
|
||||||
|
p.log("啥也没有抽到")
|
||||||
|
}
|
||||||
else {
|
else {
|
||||||
p.err("抽奖错误")
|
p.err("抽奖错误")
|
||||||
break
|
break
|
||||||
@ -618,6 +626,10 @@ export class Main extends Template {
|
|||||||
drawNum--
|
drawNum--
|
||||||
p.lottery(lottery)
|
p.lottery(lottery)
|
||||||
}
|
}
|
||||||
|
else if (this.haskey(lottery, 'success')) {
|
||||||
|
drawNum--
|
||||||
|
p.log("啥也没有抽到")
|
||||||
|
}
|
||||||
else {
|
else {
|
||||||
p.err("抽奖错误")
|
p.err("抽奖错误")
|
||||||
break
|
break
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user