From 3cbd364f4029fedfd4793155c230af72628a2152 Mon Sep 17 00:00:00 2001 From: jinna Date: Mon, 13 Feb 2023 16:40:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/examProject.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/examProject.vue b/src/views/examProject.vue index 9d3063e..df813fd 100644 --- a/src/views/examProject.vue +++ b/src/views/examProject.vue @@ -45,7 +45,7 @@
预约失败
-
您选择的时间段已无号,请重新预约
+
{{failTips}}
知道了
@@ -63,7 +63,8 @@ export default { proArr:[], isShow:false, isSuccess:false, - userInfo:{} + userInfo:{}, + failTips:'' }; }, mounted() { @@ -115,6 +116,7 @@ export default { this.isShow = true; this.isSuccess = true }else{ + this.failTips = res.msg this.isShow = true; this.isSuccess = false }