소스 검색

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


불러오는 중...
취소
저장