From 05748d6184f1a30167e75f7cec4dd4e5377f36fe Mon Sep 17 00:00:00 2001 From: unknown <331404948@qq.com> Date: Thu, 1 Feb 2024 18:52:51 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=99=E6=80=81=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/css/app.scss | 22 +-- pages.json | 20 ++- pages/indexEntry/findCoach/comp/coachItem.vue | 91 ++++++++++ pages/indexEntry/findCoach/findCoach.vue | 190 +++++++++++++++++++++ pages/indexEntry/findShcool/findShcool.vue | 14 +- pages/indexEntry/industryPolicy/industryPolicy.vue | 10 +- pages/indexEntry/signIn/signIn.vue | 3 +- pages/mineEntry/carLearnHours/carLearnHours.vue | 69 ++++---- pages/mineEntry/modelChange/modelChange.vue | 44 ++--- pages/mineEntry/myAppointment/comp/opera.vue | 9 - pages/mineEntry/myAppointment/myAppointment.vue | 87 ++-------- pages/mineEntry/myContract/myContract.vue | 3 +- pages/mineEntry/myEvaluate/myEvaluate.vue | 3 +- pages/mineEntry/myOrder/comp/comp.scss | 24 +-- pages/mineEntry/myOrder/comp/opera.vue | 18 +- pages/mineEntry/myOrder/myOrder.vue | 59 ++----- pages/mineEntry/refund/comp/myform.vue | 16 +- pages/mineEntry/refund/refund.vue | 43 +---- pages/mineEntry/schoolTransfer/schoolTransfer.vue | 29 +--- pages/tabbar/index/comp/informaItem.vue | 2 +- pages/tabbar/index/comp/schoolItem.vue | 2 +- pages/tabbar/index/index.vue | 35 ++-- pages/tabbar/learnCar/comp/comp.scss | 19 +-- pages/tabbar/mine/index.vue | 29 ++-- static/images/tabbar/btn_xueche_nor - 副本.png | Bin 0 -> 1516 bytes static/images/tabbar/btn_xueche_nor.png | Bin 1516 -> 1715 bytes 26 files changed, 467 insertions(+), 374 deletions(-) create mode 100644 pages/indexEntry/findCoach/comp/coachItem.vue create mode 100644 pages/indexEntry/findCoach/findCoach.vue create mode 100644 static/images/tabbar/btn_xueche_nor - 副本.png 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 @@