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 @@