From 218f382c4a6c005c3c841a55196e4b79ae8e7f4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E4=BB=95=E4=BC=9F?= <499672082@qq.com> Date: Wed, 13 Mar 2024 22:31:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/Info.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/view/Info.vue b/src/view/Info.vue index 3facaf5..5ddebe4 100644 --- a/src/view/Info.vue +++ b/src/view/Info.vue @@ -104,6 +104,7 @@ this.isShow = true }, async readAll() { + let check = await this.$userCheck(this.currentMallId) if (!this.currentMallId) { Message.error("请选择要标记已读的店铺") return