瀏覽代碼

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' })
}
}


Loading…
取消
儲存