deletemsg

This commit is contained in:
cansnow
2026-01-09 20:22:25 +08:00
parent 7913a63a39
commit 825ac3457d
13 changed files with 214 additions and 133 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ const mutations = {
};
},
SET_UNREAD_COUNT(state, count) {
if (count) {
if (count>0) {
uni.setTabBarBadge({
index: 0,
text: count < 99 ? count + "" : "99+",