diff --git a/newPages/appointment/index.vue b/newPages/appointment/index.vue
index 3185e3d..021e062 100644
--- a/newPages/appointment/index.vue
+++ b/newPages/appointment/index.vue
@@ -9,7 +9,7 @@
+ refresher-enabled @refresherrefresh="onRefresherrefresh" :refresher-triggered="isTriggered" v-if="appointmentList.length > 0">
@@ -82,7 +82,14 @@
-
+
+
+
+
+
+
预约
@@ -138,10 +145,10 @@
},
getList() {
request({
- url: '/app-api/drivingSchool/system/reservationCourse/list',
+ url: '/app-api/reservation-course/page',
method: 'GET',
params: {
- pageNum: this.pageNo,
+ pageNo: this.pageNo,
pageSize: this.pageSize,
ifCancel: false
},
@@ -165,7 +172,7 @@
params: {
pageNum: this.pageNo,
pageSize: this.pageSize,
- selectType: 'all'
+ selectType: 'my'
},
tenantIdFlag: false
}).then(res => {
@@ -279,4 +286,11 @@
margin: 8rpx 0 0 12rpx;
}
}
+ .empty-container {
+ display: flex;
+ justify-content: center; /* 水平居中 */
+ align-items: center; /* 垂直居中 */
+ height: 100vh; /* 或者你需要撑满的高度 */
+ }
+
diff --git a/newPages/appointmentAdd/index.vue b/newPages/appointmentAdd/index.vue
index b110f29..1d256b2 100644
--- a/newPages/appointmentAdd/index.vue
+++ b/newPages/appointmentAdd/index.vue
@@ -1,246 +1,281 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 开始预约
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 开始预约
+
+
+
diff --git a/newPages/appointmentDetail/index.vue b/newPages/appointmentDetail/index.vue
index fe379a0..41dc561 100644
--- a/newPages/appointmentDetail/index.vue
+++ b/newPages/appointmentDetail/index.vue
@@ -37,7 +37,7 @@
累计训练时长
- {{ appointmentInfo.allDriveTime }}分钟
+ {{ appointmentInfo.trainTime }}分钟
训练地址
@@ -56,7 +56,7 @@
审核意见
- {{ appointmentInfo.remark == null ? '暂无' : appointmentInfo.remark }}
+ {{ appointmentInfo.refuseReason == null ? '暂无' : appointmentInfo.refuseReason }}
@@ -112,11 +112,11 @@ export default {
console.log("匹配的训练时间数据:", data);
- this.appointmentInfo.allDriveTime = data ? data.trainTime || "0" : "0";
+ this.appointmentInfo.trainTime = data ? data.trainTime || "0" : "0";
console.log(
- "this.appointmentInfo.allDriveTime",
- this.appointmentInfo.allDriveTime
+ "this.appointmentInfo.trainTime",
+ this.appointmentInfo.trainTime
);
} catch (error) {
console.error("获取训练时间失败:", error);
diff --git a/newPages/courseDetail/assets/style/index.rpx.scss b/newPages/courseDetail/assets/style/index.rpx.scss
index bee3f3d..0f44ecf 100644
--- a/newPages/courseDetail/assets/style/index.rpx.scss
+++ b/newPages/courseDetail/assets/style/index.rpx.scss
@@ -2,7 +2,7 @@
background-color: rgba(242, 244, 248, 1);
position: relative;
width: 750rpx;
- height: 4112rpx;
+ //height: 4112rpx;
overflow: hidden;
.group_1 {
background-color: rgba(255, 255, 255, 1);
@@ -247,7 +247,7 @@
.group_5 {
background-color: rgba(255, 255, 255, 1);
border-radius: 8px;
- height: 2870rpx;
+ //height: 2870rpx;
width: 686rpx;
position: relative;
margin: -30rpx 0 0 32rpx;
diff --git a/newPages/courseDetail/index.vue b/newPages/courseDetail/index.vue
index e5242b9..184c066 100644
--- a/newPages/courseDetail/index.vue
+++ b/newPages/courseDetail/index.vue
@@ -1,17 +1,9 @@
-
-
-
-
-
- 课程详情
-
+
+
+
+
- 报名类型
+ 课程介绍
-
-
+
+
-
@@ -75,8 +58,10 @@
import request from "@/utils/request";
import config from "@/config.js"
import {getLocalUserInfo, getUserInfo} from "@/utils/auth";
+import headers from "@/components/header/headers.vue";
export default {
+ components: {headers},
data() {
return {
courseId: undefined,
@@ -149,4 +134,8 @@ export default {
diff --git a/newPages/evaluate/index.vue b/newPages/evaluate/index.vue
index 1f33fcc..e71ccac 100644
--- a/newPages/evaluate/index.vue
+++ b/newPages/evaluate/index.vue
@@ -6,7 +6,7 @@
-
+
@@ -38,6 +38,12 @@
+
+
+
@@ -148,4 +154,18 @@
diff --git a/newPages/evaluateAdd/index.vue b/newPages/evaluateAdd/index.vue
index eaa84e7..9b4cb82 100644
--- a/newPages/evaluateAdd/index.vue
+++ b/newPages/evaluateAdd/index.vue
@@ -111,8 +111,13 @@
} else if (options.type === 'kaoshi') {
this.title = '考试'
//评价类型为考试
- this.info.evaluateType = 0
+ this.info.evaluateType = 1
+ this.info.busiId = data.batchItemId
}
+ this.info.createTime = undefined
+ this.info.updataTime = undefined
+ this.info.creator = undefined
+ this.info.updater = undefined
} else {
Object.assign(this.info, data);
}
@@ -171,4 +176,11 @@
justify-content: center;
/* 新增:水平居中 */
}
+ .text-group_2 {
+ display: inline-block;
+ max-width: 4em; /* 一个汉字大概占1em,3em就是三个字 */
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ }
diff --git a/newPages/examinationList/index.vue b/newPages/examinationList/index.vue
index 9d00f5a..46399ca 100644
--- a/newPages/examinationList/index.vue
+++ b/newPages/examinationList/index.vue
@@ -1,120 +1,124 @@
-
-
+
+
考试结果录入
-
+
-
-
-
-
-
-
- {{ formatDate(item.examTime) }}
- {{ formatDate(item.startTime) }}
-
- {{ item.courseName }}
-
-
- {{ item.examScore }}
- {{ '--' }}
- {{ getStatusText(item.examStatus) }}
-
-
-
-
- {{getCourseTypeText(item.subject)}}
-
-
- {{ item.courseType }}
-
-
-
- 考试地址:
- {{ item.addr }}
-
-
-
-
- {{ getButtonInfo(item).text }}
-
-
-
-
+ {{ getButtonInfo(item).text }}
+
-
-
- {{getCourseTypeText(item.subject)}}
-
-
- {{item.courseType}}
-
+
-
+
+ -->
+
-
+
笔试成绩录入
-
+
-
+
diff --git a/newPages/newIndex/index.vue b/newPages/newIndex/index.vue
index f67731b..99ae040 100644
--- a/newPages/newIndex/index.vue
+++ b/newPages/newIndex/index.vue
@@ -22,14 +22,7 @@
-
-
- “高科技”驾考作弊团伙被抓,驾校校长教练负责介绍学员
-
+
@@ -92,6 +85,7 @@ export default {
],
swiperList: [],
msg: "1",
+ announcement:['ceshi1111','测试111111111111111111111111111111111111111111'],
constants: {},
schoolList: [
// {
diff --git a/newPages/register/index.vue b/newPages/register/index.vue
index 1f81880..9f3d5cc 100644
--- a/newPages/register/index.vue
+++ b/newPages/register/index.vue
@@ -104,7 +104,7 @@
-
+
线下支付
@@ -116,7 +116,7 @@
-
+
微信
@@ -753,7 +753,7 @@ export default {
.bm-page-button-main {
border-radius: 50rpx;
- background-color: #4aa76f;
+ background-color: #2C78F5;
color: #fff;
}
}
@@ -866,7 +866,7 @@ export default {
font-size: 22rpx;
.bm-page-right-zd {
- background-color: rgba(94, 255, 153, 0.2);
+ background-color: #dfebff;
}
.bm-page-right-c2 {
@@ -921,8 +921,8 @@ export default {
height: 18px;
border-radius: 50%;
overflow: hidden;
- border: 1px solid #4aa76f;
- background: #4aa76f;
+ border: 1px solid #2C78F5;
+ background: #2C78F5;
display: flex;
align-items: center;
justify-content: center;
@@ -938,7 +938,7 @@ export default {
width: 120px;
height: 35px;
border-radius: 4px;
- background: #4aa76f;
+ background: #2C78F5;
color: #fff;
display: flex;
align-items: center;
@@ -961,7 +961,7 @@ export default {
.clv {
color: #fff;
- background: #4aa76f;
+ background: #2C78F5;
width: 26px;
height: 26px;
border-radius: 50%;
diff --git a/static/imgs/qbdd2.png b/static/imgs/qbdd2.png
new file mode 100644
index 0000000..f1e4f7d
Binary files /dev/null and b/static/imgs/qbdd2.png differ
diff --git a/static/imgs/yfk2.png b/static/imgs/yfk2.png
new file mode 100644
index 0000000..47a8b6f
Binary files /dev/null and b/static/imgs/yfk2.png differ