From 5d04686030f69356fe5616bd1f868a2aab0ef311 Mon Sep 17 00:00:00 2001 From: unknown <331404948@qq.com> Date: Fri, 12 Jan 2024 18:39:09 +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 --- components/searchRow/searchRow.vue | 14 +- components/user-info/user-info.vue | 2 +- config/api.js | 10 +- pages.json | 2 +- pages/login/login.vue | 2 +- .../operate/mySchedule/comp/mySchedulePopup.vue | 31 +- .../comp/pickDateTimer/pickDateTimer - 副本.vue | 334 --------------------- .../recordEntry/operate/mySchedule/mySchedule.vue | 2 + .../recordEntry/student/addStudent/addStudent.vue | 7 +- .../student/addStudent/searchStudent.vue | 2 +- pages/tabbar/examSimulation/comp/simulation.vue | 2 + .../tabbar/examSimulation/comp/studentComment.vue | 32 +- pages/tabbar/examSimulation/index.vue | 4 +- pages/tabbar/mine/index.vue | 4 +- pages/tabbar/operateTrain/index.vue | 30 +- pages/tabbar/statistics/comp/comp.scss | 2 +- pages/tabbar/statistics/comp/principal.vue | 2 +- pages/tabbar/statistics/comp/topUserInfo.vue | 4 +- pages/tabbar/student/index.vue | 65 ++-- pages/userCenter/myCar/myCar.vue | 2 +- pages/userCenter/personaInfo/personaInfo.vue | 27 +- pages/userCenter/refund/refund.vue | 2 +- .../schoolCoach/coachComment/coachComment.vue | 4 +- .../schoolCoach/coachComment/comp/info.vue | 2 +- pages/userCenter/schoolSite/schoolSite.vue | 2 +- pages/userCenter/studentComment/studentComment.vue | 40 ++- 26 files changed, 214 insertions(+), 416 deletions(-) delete mode 100644 pages/recordEntry/operate/mySchedule/comp/pickDateTimer/pickDateTimer - 副本.vue diff --git a/components/searchRow/searchRow.vue b/components/searchRow/searchRow.vue index 6cea124..a30f952 100644 --- a/components/searchRow/searchRow.vue +++ b/components/searchRow/searchRow.vue @@ -5,7 +5,7 @@ - + @@ -13,16 +13,19 @@ @@ -48,6 +51,9 @@ flex: 1; color: #fff; font-size: 28rpx; + .disableClass { + pointer-events: none; + } } } } diff --git a/components/user-info/user-info.vue b/components/user-info/user-info.vue index 0107023..3fc4b5b 100644 --- a/components/user-info/user-info.vue +++ b/components/user-info/user-info.vue @@ -14,7 +14,7 @@ - 没有返回字段 + {{ vuex_userInfo.user.schoolName}} diff --git a/config/api.js b/config/api.js index cd15b0a..e75b1de 100644 --- a/config/api.js +++ b/config/api.js @@ -47,7 +47,7 @@ export const examSimulationPages = (params) => http.get('business/exam-simulatio // 已报名学员 export const studentRecordPage = (params) => http.get('business/student-record/page', {params} ,) // 驾校班型 -export const schoolClass = (params) => http.get('business/school-class/get', {params} ,) +export const schoolClass = (params) => http.get('business/school-class/getSchoolByClass', {params} ,) // 获得学员档案记录 export const studentDetail = (params) => http.get('business/student-record/getStudent', {params} ,) // 获得教练车信息分页 @@ -59,9 +59,13 @@ export const coachPage = (params) => http.get('business/coach/page', {params}) // 驾校教练详情 export const coachDetail = (params) => http.get('business/coach/get', {params}) // 教练评价列表分页 -export const coachCommentPage = (params) => http.get('app/coach-comment/page', {params}) +export const coachCommentPage = (params) => http.get('app/coach-comment/pageCoachComment', {params}) +// 获得教练员评价条数 +export const pageCoachCommentTotal = (params) => http.get('app/coach-comment/pageCoachCommentTotal', {params}) // 获得驾校评价 export const schoolCommentPage = (params) => http.get('business/school-comment/page', {params}) +// 获取驾校评价条数 +export const commentPagetotal = (params) => http.get('business/school-comment/pagetotal', { params }) // 修改用户密码 export const updatePassword = (data) => http.put('system/user/profile/update-password', data) // 获得考场分页 @@ -117,3 +121,5 @@ export const studentBindCoach = (data) => http.post('business/student-record/bin + + diff --git a/pages.json b/pages.json index bd06ff4..f93e325 100644 --- a/pages.json +++ b/pages.json @@ -315,7 +315,7 @@ { "path": "myCar/myCar", "style": { - "navigationBarTitleText": "考场信息", + "navigationBarTitleText": "我的车辆", "navigationStyle": "custom", "enablePullDownRefresh": true, "backgroundTextStyle": "dark" diff --git a/pages/login/login.vue b/pages/login/login.vue index b382cb0..2e1f575 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -22,7 +22,7 @@ - 忘记密码 + 忘记密码 登 录 - + + diff --git a/pages/tabbar/mine/index.vue b/pages/tabbar/mine/index.vue index de3958c..2743052 100644 --- a/pages/tabbar/mine/index.vue +++ b/pages/tabbar/mine/index.vue @@ -10,7 +10,7 @@ 切换身份 - + @@ -126,7 +126,7 @@