From 38eff93f7818cc90de77b938f65790b88c47947e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=85=81=E6=9E=9E?= <3422692813@qq.com> Date: Tue, 1 Apr 2025 17:52:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- newPages/appointment/index.vue | 44 ++--- newPages/appointmentAdd/index.vue | 271 +++++++++++++++++++++--------- 2 files changed, 200 insertions(+), 115 deletions(-) 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 @@