fix: global popup

This commit is contained in:
Tim
2025-08-12 17:34:13 +08:00
parent bda4b24cf0
commit eb7a25434f
3 changed files with 14 additions and 9 deletions

View File

@@ -32,12 +32,12 @@ export default {
},
async mounted() {
await this.checkMilkTeaActivity()
if (!this.showMilkTeaPopup) {
await this.checkNotificationSetting()
if (!this.showNotificationPopup) {
await this.checkNewMedals()
}
}
if (this.showMilkTeaPopup) return
await this.checkNotificationSetting()
if (this.showNotificationPopup) return
await this.checkNewMedals()
},
methods: {
async checkMilkTeaActivity() {