This commit is contained in:
xiaoaojiao
2025-09-23 17:44:11 +08:00
parent 493ad9c2df
commit 5d118abf40

View File

@@ -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'