merge
This commit is contained in:
@@ -334,13 +334,14 @@ watch(() => mergeId, async (newVal) => {
|
||||
}
|
||||
}, { immediate: true })
|
||||
|
||||
globalToastEvent.on(ToastType.SHOW_LOTTERY, () => {
|
||||
globalToastEvent.on(ToastType.SHOW_LOTTERY, async() => {
|
||||
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 })
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user