diff --git a/common/css/app.scss b/common/css/app.scss index 9eab989..5a2d7ad 100644 --- a/common/css/app.scss +++ b/common/css/app.scss @@ -50,18 +50,7 @@ view { background: url('https://jiangxijiakao-1.oss-cn-hangzhou.aliyuncs.com/complain/2024-01-29/1706500065446-0') #F6F7FA no-repeat; background-size: 100% ; } -.h1 { - text { - color: #999; - } - .active { - color: #333; - &::before { - background: url('https://jiangxijiakao-1.oss-cn-hangzhou.aliyuncs.com/complain/2024-01-29/1706510133553-0') #F6F7FA no-repeat; - background-size: 100% 100%; - } - } -} + .pad { padding: 0 28rpx; } @@ -99,19 +88,19 @@ image { .h1 { font-size: 32rpx; - color: #333; - font-weight: 500; font-weight: 700; - padding: 0 0 0 32rpx; + padding-bottom: 10rpx; text { position: relative; + color: #999; &.active { + color: #333; &::before { position: absolute; content: ''; width: 54rpx; height: 12rpx; - // background: url('../../static/images/icon/h1Active.png') no-repeat; + background: url('https://jiangxijiakao-1.oss-cn-hangzhou.aliyuncs.com/complain/2024-01-29/1706510133553-0') #F6F7FA no-repeat; background-size: 100% 100%; left: 50%; transform: translateX(-50%); @@ -147,6 +136,7 @@ image { left: 0; width: 100%; bottom: 30rpx; + padding: 0 28rpx ; .btnBg { width: 100%; text-align: center; diff --git a/pages.json b/pages.json index 7b151af..744d7d6 100644 --- a/pages.json +++ b/pages.json @@ -194,6 +194,15 @@ } }, { + "path": "findCoach/findCoach", + "style": { + "navigationBarTitleText": "找教练", + "navigationStyle": "custom", + "enablePullDownRefresh": true, + "backgroundTextStyle": "dark" + } + }, + { "path": "findShcool/shcoolDetail/shcoolDetail", "style": { "navigationBarTitleText": "找驾校", @@ -451,7 +460,6 @@ "path": "myAppointment/myAppointment", "style": { "navigationBarTitleText": "我的预约", - "navigationStyle": "custom", "enablePullDownRefresh": true, "backgroundTextStyle": "dark" } @@ -478,7 +486,7 @@ "path": "myOrder/myOrder", "style": { "navigationBarTitleText": "我的订单", - "navigationStyle": "custom", + "navigationBarBackgroundColor": "#fff", "enablePullDownRefresh": true, "backgroundTextStyle": "dark" } @@ -503,8 +511,7 @@ { "path": "carLearnHours/carLearnHours", "style": { - "navigationBarTitleText": "学车进度", - "navigationStyle": "custom", + "navigationBarTitleText": "我的学时", "enablePullDownRefresh": true, "backgroundTextStyle": "dark" } @@ -531,7 +538,6 @@ "path": "myEvaluate/myEvaluate", "style": { "navigationBarTitleText": "我的评价", - "navigationStyle": "custom", "enablePullDownRefresh": true, "backgroundTextStyle": "dark" } @@ -540,7 +546,6 @@ "path": "myContract/myContract", "style": { "navigationBarTitleText": "我的合同", - "navigationStyle": "custom", "enablePullDownRefresh": false, "backgroundTextStyle": "dark" } @@ -549,7 +554,6 @@ "path": "schoolTransfer/schoolTransfer", "style": { "navigationBarTitleText": "同城转校", - "navigationStyle": "custom", "enablePullDownRefresh": false, "backgroundTextStyle": "dark" } @@ -558,7 +562,6 @@ "path": "modelChange/modelChange", "style": { "navigationBarTitleText": "车型变更", - "navigationStyle": "custom", "enablePullDownRefresh": false, "backgroundTextStyle": "dark" } @@ -567,7 +570,6 @@ "path": "refund/refund", "style": { "navigationBarTitleText": "申请退款", - "navigationStyle": "custom", "enablePullDownRefresh": false, "backgroundTextStyle": "dark" } diff --git a/pages/indexEntry/findCoach/comp/coachItem.vue b/pages/indexEntry/findCoach/comp/coachItem.vue new file mode 100644 index 0000000..ac2486d --- /dev/null +++ b/pages/indexEntry/findCoach/comp/coachItem.vue @@ -0,0 +1,91 @@ + + + + + \ No newline at end of file diff --git a/pages/indexEntry/findCoach/findCoach.vue b/pages/indexEntry/findCoach/findCoach.vue new file mode 100644 index 0000000..9f67d19 --- /dev/null +++ b/pages/indexEntry/findCoach/findCoach.vue @@ -0,0 +1,190 @@ + + + + + \ No newline at end of file diff --git a/pages/indexEntry/findShcool/findShcool.vue b/pages/indexEntry/findShcool/findShcool.vue index 1a4098b..0f31e4d 100644 --- a/pages/indexEntry/findShcool/findShcool.vue +++ b/pages/indexEntry/findShcool/findShcool.vue @@ -13,9 +13,7 @@ {{ item.text }} 筛选 - - - + @@ -138,6 +136,9 @@ \ No newline at end of file diff --git a/pages/mineEntry/myAppointment/comp/opera.vue b/pages/mineEntry/myAppointment/comp/opera.vue index d09aa71..61390bf 100644 --- a/pages/mineEntry/myAppointment/comp/opera.vue +++ b/pages/mineEntry/myAppointment/comp/opera.vue @@ -17,27 +17,18 @@ - - - 预约教练 {{item.coachName}} - - - 预约车辆 {{item.carNumber}} - - - 预约日期 {{item.classDate}} diff --git a/pages/mineEntry/myAppointment/myAppointment.vue b/pages/mineEntry/myAppointment/myAppointment.vue index b314e96..d3aba90 100644 --- a/pages/mineEntry/myAppointment/myAppointment.vue +++ b/pages/mineEntry/myAppointment/myAppointment.vue @@ -1,34 +1,17 @@