This website works better with JavaScript.
Home
Explore
Help
Sign In
leiyun
/
cytx_mp
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
save 退出时没有情况未读数量
master
leiyun
2 months ago
parent
a68ca326a1
commit
6685acabc5
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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' })
}
}
Write
Preview
Loading…
Cancel
Save