diff --git a/newPages/appointment/index.vue b/newPages/appointment/index.vue
index ad901dd..5377d3e 100644
--- a/newPages/appointment/index.vue
+++ b/newPages/appointment/index.vue
@@ -36,40 +36,9 @@
{{ item.coachName }}
-
-
-
- 2025-02-20 12:30
-
-
- 科目二
-
-
- C2
-
-
-
-
- 已审核
-
-
-
- 时间范围:
- 09:00-10:00
-
-
- 教练名称:
- 马文峰
-
-
-
- 开始评价
-
-
-
-
-
+
+
预约
@@ -142,6 +111,11 @@ export default {
this.appointmentList = []
this.getList()
},
+ goAppointment() {
+ uni.navigateTo({
+ url: '/newPages/appointmentAdd/index'
+ })
+ }
}
};
@@ -163,4 +137,8 @@ export default {
box-sizing: border-box;
padding-top: 88px;
}
+.bottom_{
+ position: fixed;
+ bottom: 0;
+}
diff --git a/newPages/appointmentAdd/index.vue b/newPages/appointmentAdd/index.vue
index 640963a..fce9f27 100644
--- a/newPages/appointmentAdd/index.vue
+++ b/newPages/appointmentAdd/index.vue
@@ -1,67 +1,174 @@
-
-
-
-
-
+
-
-
-
- 预约
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
开始预约
@@ -69,38 +176,38 @@