lilei %!s(int64=2) %!d(string=hai) anos
pai
achega
e5e48710d2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/NoticeIcon/NoticeIcon.vue

+ 1 - 1
src/components/NoticeIcon/NoticeIcon.vue

@@ -108,7 +108,7 @@ export default {
       if (a !== b && a) {
         console.log(a)
         // 新未读消息
-        if (a.type == 'no_read_count') {
+        if (a.type == 'no_read_count' || a.type == 'new_remind') {
           this.updateUnreadcount(a.data.no_read_count)
         }
       }