From 5d118abf400eddef44c860526bcf0a191f6ca4f0 Mon Sep 17 00:00:00 2001 From: xiaoaojiao Date: Tue, 23 Sep 2025 17:44:11 +0800 Subject: [PATCH] merge --- src/components/HomePage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/HomePage.vue b/src/components/HomePage.vue index aea79d6..7500219 100644 --- a/src/components/HomePage.vue +++ b/src/components/HomePage.vue @@ -234,7 +234,7 @@ const handleLottery = () => { const router = useRouter(); const navigateSelectTemplatePage = () => { - if (globalStore.game_chances <= 0) return; + if (globalStore.game_chances <= 0) return weui.alert('去做任务获得更多参与次数吧'); globalStore.reducerGameChances(); router.push({ name: 'selectTemplateV2'