This commit is contained in:
yixu
2025-09-14 18:29:52 +08:00
parent 5bcd9057fd
commit e26aae5805
8 changed files with 163 additions and 48 deletions

View File

@@ -141,7 +141,6 @@ globalToastEvent.on(ToastType.SHOW_ADDRESS, (id) => {
@address-close="addressShow = false"></Address>
<Ad :show="adShow" @close="adShow = false"></Ad>
<Lottery :show="lotteryShow" @close="lotteryShow = false"></Lottery>
<Login :show="loginShow" @login-success="handleLoginSuccess" />
</template>
<style scoped>