update
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user