This commit is contained in:
yixu
2025-12-23 21:53:13 +08:00
parent 5731daf84a
commit 9f8b1db59b
24 changed files with 197 additions and 28 deletions

View File

@@ -42,7 +42,7 @@ const userhaibaoCover = computed(() => {
})
const openHaibao = async (e) => {
globalToastEvent.emit(ToastType.SHOW_SHAREPAGE);
globalToastEvent.emit(ToastType.SHOW_SHAREPAGE, true);
}
const openQiwei = (e) => {