浏览代码

我的消息

chenc 3 年之前
父节点
当前提交
1f5c5eae50
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/components/tools/HeaderNotice.vue

+ 1 - 0
src/components/tools/HeaderNotice.vue

@@ -182,6 +182,7 @@
           this.formData = {id:record.busId};
           this.$refs.showDynamNotice.detail(record.openPage);
         }else{
+          record.readFlag='0'//未阅读(用于以未阅读状态跳转到我的消息弹框)
           this.$refs.ShowAnnouncement.detail(record);
         }
       },