瀏覽代碼

bug 修复

lilei 2 年之前
父節點
當前提交
e5e48710d2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)
         }
       }