Merge branch 'wsw' into 'master'

# Conflicts:
#   conflict src/api/jyh/index.ts
#   conflict src/views/Jyh/PersonalCenter/Detail/InvitationNoticeList.vue
This commit is contained in:
yfzmpj
2025-03-19 12:09:50 +08:00
13 changed files with 199 additions and 71 deletions

View File

@@ -24,7 +24,7 @@ const getCounts = () => {
};
onMounted(() => {
getCounts();
// getCounts();
addEventListener('updateNotice', debounce((count: number) => {
counts.value = count;
}, 500));