From ed618226318c85d0b17cc22323d4f8cd637a2507 Mon Sep 17 00:00:00 2001 From: YCC Date: Thu, 18 May 2023 16:36:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=9C=AA=E8=AF=BB=E5=85=AC?= =?UTF-8?q?=E5=91=8A=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/notice/Index.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/notice/Index.jsx b/src/views/notice/Index.jsx index 21d0bfa..6330078 100644 --- a/src/views/notice/Index.jsx +++ b/src/views/notice/Index.jsx @@ -17,6 +17,7 @@ function Index() { useEffect(() => { console.info("notice.useEffect"); noticeStore.getBulletinList(authStore.login.userId); + noticeStore.getBulletinUnReadCount(authStore.login.userId); //进入列表页的时候更新一下未读公告 }, []); return (