ソースを参照

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


読み込み中…
キャンセル
保存