From fa6681a2d7ff6b94436990b6bcf69d22282a74f2 Mon Sep 17 00:00:00 2001 From: Cool <747682928@qq.com> Date: Fri, 5 Jul 2024 17:24:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=AD=89=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/HospitalView.vue | 2 +- src/views/User.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/HospitalView.vue b/src/views/HospitalView.vue index a485a1e..78b6876 100644 --- a/src/views/HospitalView.vue +++ b/src/views/HospitalView.vue @@ -87,7 +87,7 @@ export default { that.color = "#CCCC00"; that.issues(); that.solve(); - } else if (message.data == "三级") { + } else if (message.data == "一级") { that.issues(); that.isShow = true; that.color = "red"; diff --git a/src/views/User.vue b/src/views/User.vue index ba3547c..f04afa5 100644 --- a/src/views/User.vue +++ b/src/views/User.vue @@ -79,7 +79,7 @@ export default { that.color = "#CCCC00"; that.issues(); that.solve(); - } else if (message.data == "三级") { + } else if (message.data == "一级") { that.isShow = true; that.color = "red"; //延时执行