From 6685acabc58a9dece7f2b9fc0a959d5910fe4bab Mon Sep 17 00:00:00 2001 From: leiyun Date: Sat, 28 Mar 2026 16:08:09 +0800 Subject: [PATCH] =?UTF-8?q?save=20=20=E9=80=80=E5=87=BA=E6=97=B6=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E6=83=85=E5=86=B5=E6=9C=AA=E8=AF=BB=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/profile/profile.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/profile/profile.vue b/pages/profile/profile.vue index cc0c1a9..22e496e 100644 --- a/pages/profile/profile.vue +++ b/pages/profile/profile.vue @@ -265,6 +265,7 @@ const handleLogout = () => { clearAll() userInfo.value = null isLoggedIn.value = false + unreadCount.value = 0 uni.showToast({ title: '已退出', icon: 'success' }) } }