From b77cb37c069fcb82611913f33507d48272c728f4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=AE=B8=E5=85=81=E6=9E=9E?= <3422692813@qq.com>
Date: Fri, 28 Mar 2025 09:43:22 +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
---
.../appointment/assets/style/index.rpx.scss | 5 +-
newPages/appointment/index.vue | 227 +++++++++++-------
newPages/schoolList/index.vue | 1 +
3 files changed, 141 insertions(+), 92 deletions(-)
diff --git a/newPages/appointment/assets/style/index.rpx.scss b/newPages/appointment/assets/style/index.rpx.scss
index bf86cc1..a4f182d 100644
--- a/newPages/appointment/assets/style/index.rpx.scss
+++ b/newPages/appointment/assets/style/index.rpx.scss
@@ -32,8 +32,7 @@
}
}
.box_2 {
- width: 750rpx;
- height: 1414rpx;
+ //width: 750rpx;
.box_3 {
background-color: rgba(255, 255, 255, 1);
width: 750rpx;
@@ -419,7 +418,7 @@
background-color: rgba(255, 255, 255, 1);
height: 120rpx;
margin-top: -2rpx;
- width: 750rpx;
+ //width: 750rpx;
.text-wrapper_12 {
background-color: rgba(4, 78, 242, 1);
border-radius: 20px;
diff --git a/newPages/appointment/index.vue b/newPages/appointment/index.vue
index 166fbb8..ad901dd 100644
--- a/newPages/appointment/index.vue
+++ b/newPages/appointment/index.vue
@@ -1,117 +1,166 @@
-
-
-
-
-
+
-
-
-
- 预约训练
-
-
-
-
-
-
-
-
-
-
-
-
-
- 2025-02-20 12:30
-
-
- 科目二
-
-
- C2
+
+
+
+
+
+
+ {{ item.reservDay }}
+
+
+ {{ item.subjectStr }}
+
+
+ {{ item.coach }}
+
-
-
- 待审核
-
-
-
- 时间范围:
- 09:00-10:00
-
-
- 教练名称:
- 马文峰
-
-
-
-
-
- 2025-02-20 12:30
-
-
- 科目二
-
-
- C2
-
+
+ {{ item.statusStr }}
-
- 已审核
+
+ 时间范围:
+ {{ item.reservTime }}
+
+
+ 教练名称:
+ {{ item.coachName }}
-
- 时间范围:
- 09:00-10:00
-
-
- 教练名称:
- 马文峰
-
-
-
- 开始评价
+
+
+
+ 2025-02-20 12:30
+
+
+ 科目二
+
+
+ C2
+
+
+
+
+ 已审核
+
+
+
+ 时间范围:
+ 09:00-10:00
+
+
+ 教练名称:
+ 马文峰
+
+
+
+ 开始评价
+
-
-
-
- 预约
+
+
+ 预约
+
-
+
diff --git a/newPages/schoolList/index.vue b/newPages/schoolList/index.vue
index 7573e0d..4f81c75 100644
--- a/newPages/schoolList/index.vue
+++ b/newPages/schoolList/index.vue
@@ -97,6 +97,7 @@ export default {
item.imageUrl = '/static/lanhu_shouye2gai/FigmaDDSSlicePNG530e91ec069b391e8972e9ed0aeebc58.png'
})
this.schoolList = this.schoolList.concat(res.data.records)
+ this.total = res.data.total
console.log('长度',this.schoolList.length)
this.isTriggered = false
})