From d17b4b4f0fe716bb7afa28dc4a1f3fcba6521471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Wed, 24 Jul 2024 14:29:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E9=A1=B5=E9=9D=A2=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- my/order/revenueDetails.vue | 52 +++++++++++++++++++++---------------- pages/index/index.vue | 36 ++++++++++++++----------- pages/order/index.vue | 52 +++++++++++++++++++++++++------------ 3 files changed, 86 insertions(+), 54 deletions(-) diff --git a/my/order/revenueDetails.vue b/my/order/revenueDetails.vue index 0bb504b..0bf2ca4 100644 --- a/my/order/revenueDetails.vue +++ b/my/order/revenueDetails.vue @@ -35,7 +35,7 @@ 确认接单 - 服务时长: {{order.duration}}分钟 + 服务时长:{{order.duration}}分钟 @@ -60,8 +60,8 @@ - 客户信息: - + 客户信息: + {{order.userName}} {{order.phone ? order.phone.substring(0,3) + '****' + order.phone.substring(7,11) : ''}} @@ -75,7 +75,7 @@ - 服务地址: + 服务地址: {{order.address}} @@ -385,7 +385,7 @@ 确认接单 - 服务时长: {{order.duration}}分钟 + 服务时长:{{order.duration}}分钟 @@ -410,8 +410,8 @@ - 客户信息: - + 客户信息: + {{order.userName}} {{order.phone ? order.phone.substring(0,3) + '****' + order.phone.substring(7,11) : ''}} @@ -425,7 +425,7 @@ - 服务地址: + 服务地址: {{order.address}} @@ -668,7 +668,7 @@ 确认接单 - 服务时长: {{order.duration}}分钟 + 服务时长:{{order.duration}}分钟 @@ -692,8 +692,8 @@ - 客户信息: - + 客户信息: + {{order.userName}} {{order.phone ? order.phone.substring(0,3) + '****' + order.phone.substring(7,11) : ''}} @@ -707,7 +707,7 @@ - 服务地址: + 服务地址: {{order.address}} @@ -903,7 +903,7 @@ 确认接单 - 服务时长: {{order.duration}}分钟 + 服务时长:{{order.duration}}分钟 @@ -928,8 +928,8 @@ - 客户信息: - + 客户信息: + {{order.userName}} {{order.phone ? order.phone.substring(0,3) + '****' + order.phone.substring(7,11) : ''}} @@ -943,7 +943,7 @@ - 服务地址: + 服务地址: {{order.address}} @@ -1139,7 +1139,7 @@ 确认接单 - 服务时长: {{order.duration}}分钟 + 服务时长:{{order.duration}}分钟 @@ -1164,8 +1164,8 @@ - 客户信息: - + 客户信息: + {{order.userName}} {{order.phone ? order.phone.substring(0,3) + '****' + order.phone.substring(7,11) : ''}} @@ -1179,7 +1179,7 @@ - 服务地址: + 服务地址: {{order.address}} @@ -3197,9 +3197,9 @@ margin-top: 45px; } .nav-btn{ - font-size: 25rpx; + font-size: 30rpx; color: #019c88; - line-height: 63rpx; + font-weight: bold; } .nav-title{ font-weight: bold; @@ -3230,4 +3230,12 @@ padding-bottom: 30px; overflow: scroll; } + .title-font{ + font-size: 30rpx; + color: #666666; + } + .value-font{ + font-size: 30rpx; + color: #333333; + } \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index 2609f26..b8f3fa2 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -457,8 +457,8 @@ - 预约时间: - {{ item.serveTime }} + 预约时间: + {{ item.serveTime }} 待付款 待服务 @@ -478,26 +478,24 @@ + size="160"> - - - {{ item.title }} + + + {{item.title}} - {{ item.address }} - + {{ item.address }} - - - 实收:{{ item.artificerMoneyTotal }} + + + 实收: + ¥{{ item.artificerMoneyTotal }} - + 【{{ item.ordersNo }}】 @@ -2063,9 +2061,17 @@ uni-switch::before { font-size: 30rpx; color: #666666; } +.title-font2{ + font-size: 28rpx; + color: #666666; +} .value-font{ - font-size: 30rpx; + font-size: 32rpx; color: #333333; } +.padding-sm{ + padding: 11px 11px 0px 11px; +} + \ No newline at end of file diff --git a/pages/order/index.vue b/pages/order/index.vue index 44ee006..dec01f9 100644 --- a/pages/order/index.vue +++ b/pages/order/index.vue @@ -83,7 +83,10 @@ - 预约时间:{{ item.serveTime }} + + 预约时间: + {{ item.serveTime }} + 待服务 待评价 @@ -100,29 +103,28 @@ 已完成 --> - + + size="160"> - - - {{ item.title }} + + + {{item.title}} - {{ item.address }} + {{ item.address }} - - - - 实收:¥{{ item.artificerMoneyTotal}} - - - 【{{ item.ordersNo}}】 - + + + 实收: + ¥{{ item.artificerMoneyTotal }} + + + 【{{ item.ordersNo }}】 @@ -1198,7 +1200,7 @@ border-radius:20rpx 8rpx 20rpx 8rpx ; padding: 4rpx 10rpx; background-image: linear-gradient(to bottom, #fe9130, #ff9868); - font-size: 28rpx; + font-size: 30rpx; } .progress-status-chaoshi{ @@ -1209,7 +1211,7 @@ color: #ff0000; border-radius:20rpx 8rpx 20rpx 8rpx ; padding: 4rpx 10rpx; - font-size: 28rpx; + font-size: 30rpx; } .order-details{ @@ -1260,4 +1262,20 @@ .u-font-16{ font-weight: bold; } + .title-font{ + font-size: 30rpx; + color: #666666; + } + .title-font2{ + font-size: 28rpx; + color: #666666; + } + .value-font{ + font-size: 32rpx; + color: #333333; + } + + .padding-sm{ + padding: 11px 11px 0px 11px; + } \ No newline at end of file