Browse Source

bug 修复

lilei 2 năm trước cách đây
mục cha
commit
e5e48710d2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)
         }
       }