Browse Source

save 退出时没有情况未读数量

master
leiyun 2 months ago
parent
commit
6685acabc5
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      pages/profile/profile.vue

+ 1
- 0
pages/profile/profile.vue View File

@@ -265,6 +265,7 @@ const handleLogout = () => {
clearAll()
userInfo.value = null
isLoggedIn.value = false
unreadCount.value = 0
uni.showToast({ title: '已退出', icon: 'success' })
}
}


Loading…
Cancel
Save