diff --git a/src/assets/image/time_gary.png b/src/assets/image/time_gray.png
similarity index 100%
rename from src/assets/image/time_gary.png
rename to src/assets/image/time_gray.png
diff --git a/src/views/examProject.vue b/src/views/examProject.vue
index 470d6de..8e93efa 100644
--- a/src/views/examProject.vue
+++ b/src/views/examProject.vue
@@ -37,19 +37,19 @@
未提前取消且未按期体检将被拉入黑名单
被拉黑用户10日内不可再预约
- 知道了
+ 知道了
@@ -101,9 +101,24 @@ export default {
confirm(){
console.log(this.proArr)
if(this.proArr.length != 0){
- this.isShow = true
+ this.isShow = true;
+ this.isSuccess = true
}
},
+
+ clickFail(){
+ this.$router.replace({
+ name:'examination'
+ })
+ },
+ clickSucc(){
+ this.$router.replace({
+ name:'MyExam'
+ })
+ },
+ clickClose(){
+ this.isShow = false
+ }
},
};
diff --git a/src/views/examination.vue b/src/views/examination.vue
index 7896723..02dc0df 100644
--- a/src/views/examination.vue
+++ b/src/views/examination.vue
@@ -14,7 +14,7 @@
-
+
-
-
2023-01-08
-
+
+
{{item.time}}
+
-
2023-01-08
-
上午 9:00-9:30
+
{{item1.time}}
+
{{item1.monment}}
-
单眼视力
-
门诊楼3楼眼科门诊
+
{{item1.name}}
+
{{item1.tip}}
-
取消预约
+
{{item1.status == 1 ? '取消预约' : item1.status == 2 ? '已完成' : item1.status == 3 ? '已取消' : ''}}
@@ -30,7 +32,27 @@