This commit is contained in:
xiaoaojiao
2025-12-26 19:56:15 +08:00
parent b823be82a7
commit 8c3b07a7bd
3 changed files with 42 additions and 17 deletions

View File

@@ -47,7 +47,7 @@ const userhaibaoCover = computed(() => {
})
const openHaibao = async (e) => {
if (this.globalStore.inviteCount >= this.globalStore.MAX_INVITE_DAILY) {
if (globalStore.inviteCount >= globalStore.MAX_INVITE_DAILY) {
return;
}
globalToastEvent.emit(ToastType.SHOW_SHAREPAGE, true);