From ac3fa49d4ffb3ac6470312f480dfda557030ff74 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Thu, 30 Mar 2023 16:10:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=99=BA=E8=83=BD=E6=8F=90=E9=86=92=E5=B7=B2?= =?UTF-8?q?=E8=AF=BB=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/home/notice.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/modules/home/notice.vue b/src/views/modules/home/notice.vue index 7b975ee0d..00c808b93 100644 --- a/src/views/modules/home/notice.vue +++ b/src/views/modules/home/notice.vue @@ -86,6 +86,7 @@ export default { methods: { handleClickNotice(item, index) { const { msgType, targetId } = item; + this.readClearOne(item) if (msgType == "community_house") { this.$refs.fastcall.showHouseInfo(targetId); } else if (msgType == "resident_base_info") {