|
|
@ -1210,7 +1210,7 @@ |
|
|
}).then((res) => { |
|
|
}).then((res) => { |
|
|
if (res.code == 200) { |
|
|
if (res.code == 200) { |
|
|
this.savePoolJoinRegion() |
|
|
this.savePoolJoinRegion() |
|
|
this.tui.toast('您已参与今日奖,记得22:00来查看中奖情况哦') |
|
|
this.tui.toast('您已参与今日奖,记得22:00来查看中奖情况哦', 1500) |
|
|
this.loadHome(true) |
|
|
this.loadHome(true) |
|
|
} else { |
|
|
} else { |
|
|
this.home.myTicketCount = (this.home.myTicketCount || 0) + 1 |
|
|
this.home.myTicketCount = (this.home.myTicketCount || 0) + 1 |
|
|
|