From 014196ffa0bc5bb15a7feb2f383f47809b1def1c Mon Sep 17 00:00:00 2001 From: xiaoaojiao Date: Wed, 24 Sep 2025 13:55:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E5=8E=9F=E6=8A=BD=E5=A5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/HomePage.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/HomePage.vue b/src/components/HomePage.vue index 35a6fcd..f0fcfe1 100644 --- a/src/components/HomePage.vue +++ b/src/components/HomePage.vue @@ -346,13 +346,13 @@ watch(() => mergeId, async (newVal) => { }, { immediate: true }) globalToastEvent.on(ToastType.SHOW_LOTTERY, async () => { - await initUserGameInfos(false, false); + // await initUserGameInfos(false, false); lotteryShow.value = true }) -// watch(() => lotteryShow.value, async (newVal) => { -// initUserGameInfos(true, true); -// }, { immediate: true }) +watch(() => lotteryShow.value, async (newVal) => { + initUserGameInfos(true, true); +}, { immediate: true })