还原抽奖
This commit is contained in:
@@ -346,13 +346,13 @@ watch(() => mergeId, async (newVal) => {
|
|||||||
}, { immediate: true })
|
}, { immediate: true })
|
||||||
|
|
||||||
globalToastEvent.on(ToastType.SHOW_LOTTERY, async () => {
|
globalToastEvent.on(ToastType.SHOW_LOTTERY, async () => {
|
||||||
await initUserGameInfos(false, false);
|
// await initUserGameInfos(false, false);
|
||||||
lotteryShow.value = true
|
lotteryShow.value = true
|
||||||
})
|
})
|
||||||
|
|
||||||
// watch(() => lotteryShow.value, async (newVal) => {
|
watch(() => lotteryShow.value, async (newVal) => {
|
||||||
// initUserGameInfos(true, true);
|
initUserGameInfos(true, true);
|
||||||
// }, { immediate: true })
|
}, { immediate: true })
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user