This commit is contained in:
yixu
2025-09-19 07:06:29 +08:00
parent f92985b783
commit 3b1860e5af

View File

@@ -338,7 +338,9 @@ globalToastEvent.on(ToastType.SHOW_LOTTERY, () => {
}) })
watch(() => lotteryShow.value, async (newVal) => { watch(() => lotteryShow.value, async (newVal) => {
if (isLogin()) {
initUserGameInfos(true, true) initUserGameInfos(true, true)
}
}, { immediate: true }) }, { immediate: true })
</script> </script>