This commit is contained in:
yixu
2025-12-27 16:52:34 +08:00
parent 7ceb096267
commit 6e012628e7

View File

@@ -264,9 +264,9 @@ const handleRule = () => {
globalToastEvent.emit(ToastType.SHOW_RULE) globalToastEvent.emit(ToastType.SHOW_RULE)
} }
const handleLottery = () => { const handleLottery = () => {
// if (globalStore.draw_chances <= 0) { if (globalStore.draw_chances <= 0) {
// return weui.alert("还没有抽奖机会,快去参加活动吧") return weui.alert("还没有抽奖机会,快去参加活动吧")
// }; };
lotteryType.value = 'draw' lotteryType.value = 'draw'
lotteryNoticeData.value = null lotteryNoticeData.value = null
globalToastEvent.emit(ToastType.SHOW_LOTTERY); globalToastEvent.emit(ToastType.SHOW_LOTTERY);