diff --git a/package5/planet/index.vue b/package5/planet/index.vue index 8f9e5a7..f67aa6c 100644 --- a/package5/planet/index.vue +++ b/package5/planet/index.vue @@ -1210,7 +1210,7 @@ }).then((res) => { if (res.code == 200) { this.savePoolJoinRegion() - this.tui.toast('您已参与今日奖,记得22:00来查看中奖情况哦') + this.tui.toast('您已参与今日奖,记得22:00来查看中奖情况哦', 1500) this.loadHome(true) } else { this.home.myTicketCount = (this.home.myTicketCount || 0) + 1