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
}