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