浏览代码

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

master
leiyun 2 个月前
父节点
当前提交
6685acabc5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      pages/profile/profile.vue

+ 1
- 0
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' })
}
}


正在加载...
取消
保存