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'