diff --git a/my/order/payJaZ.vue b/my/order/payJaZ.vue index 1b870c1..1cdf2c0 100644 --- a/my/order/payJaZ.vue +++ b/my/order/payJaZ.vue @@ -58,21 +58,21 @@ - - 下单人 - + + 客户姓名 + {{order.userName}} - - 联系方式 - + + 联系方式 + {{order.phone ? order.phone.substring(0,3) + '****' + order.phone.substring(7,11) : ''}} - - 服务地址 - {{order.address}} + + 服务地址 + {{order.address}} @@ -91,7 +91,7 @@ @click="bindphone(order.artificer.phone)"> --> - {{order.technicianType=='3'?'新手':order.technicianType=='4'?'专家':'资深'}} + {{order.technicianType=='3'?'新手':order.technicianType=='4'?'专家':'资深'}} @@ -105,9 +105,12 @@ - 订单信息 - - 订单编号 + + 订单信息 + + + + 订单编号 {{order.ordersNo}} @@ -115,44 +118,50 @@ - - 预约时间 - {{order.serveTime}} + + 预约时间 + {{order.serveTime}} - - 下单时间 - {{order.createTime}} + + 下单时间 + {{order.createTime}} - - 开始服务时间 - {{order.startTime}} + + 开始服务时间 + {{order.startTime}} - - 结束服务时间 - {{order.endTimes}} + + 结束服务时间 + {{order.endTimes}} - - 预估结束时间 - {{order.endTime}} + + 预估结束时间 + {{order.endTime}} - 订单费用 - - 项目名称 - {{order.ordersMassageList[0].massageType.title}} + + + + + 订单费用 + - - 服务时长 - {{order.ordersMassageList[0].massageType.duration}}分钟 + + 项目名称 + {{order.ordersMassageList[0].massageType.title}} - - 项目价格 - ¥{{order.massagePrice}} + + 服务时长 + {{order.ordersMassageList[0].massageType.duration}}分钟 - - 会员折扣 - {{order.vipRate}}% + + 项目价格 + ¥{{order.massagePrice}} - + + 会员折扣 + {{order.vipRate}}% + + 小计: @@ -162,110 +171,129 @@ - - 出行费用 - - 出行方式 - 公交 - 出租 - 免费 + + + + + 出行费用 + - - 全程距离 - {{order.km}}km + + 出行方式 + 公交 + 出租 + 免费 - - 出行费用 - ¥{{order.taxiMoney}} + + 全程距离 + {{order.km}}km - 优惠券信息 - - 优惠券 - -¥{{order.couponMoney}} + + + 出行费用 + ¥{{order.taxiMoney}} + + + 优惠券信息 + + + + 优惠券 + -¥{{order.couponMoney}} - + - 加钟信息 - - 加钟项目 - {{order.addEntryName}} + + 加钟信息 + - - 加钟价格 - ¥{{order.addPrice}} + + 加钟项目 + {{order.addEntryName}} - - 加钟时长 - {{order.addTime}}分钟 + + 加钟价格 + ¥{{order.addPrice}} - - 加钟次数 - {{order.addNum}} + + 加钟时长 + {{order.addTime}}分钟 - - 会员折扣 - {{order.vipRate}}% + + 加钟次数 + {{order.addNum}} - + + 会员折扣 + {{order.vipRate}}% + + 小计: {{order.addMoney}} - + - 升级服务 - - 升级项目 - {{order.ordersMassageList[0].massageType.title}} + + 升级服务 + - - 升级价格 - ¥{{order.sumMoney}} + + 升级项目 + {{order.ordersMassageList[0].massageType.title}} - - 会员折扣 - {{order.vipRate}}% + + 升级价格 + ¥{{order.sumMoney}} - + + 会员折扣 + {{order.vipRate}}% + + 小计: {{order.sumMoney}} - + - 费用明细 - - 订单费用: + + 费用明细 + + + + 订单费用: {{(order.massagePrice*order.ordersMassageList[0].num)*(order.vipRate/100)*(1+order.technicianRate/100)}} - - 出行费用: - + 出行费用: + {{order.taxiMoney}} - - 优惠券: - + + 优惠券: + -¥{{order.couponMoney}} - - - 加钟费用: - ¥ + + 加钟费用: + {{order.addMoney?order.addMoney:0}} - - 升级费用: - ¥ + + 升级费用: + {{order.sumMoney?order.sumMoney:0}} 合计: - {{ ((order.massagePrice*order.ordersMassageList[0].num)*(order.vipRate/100)*(1+order.technicianRate/100)) @@ -276,7 +304,7 @@ - 温馨提示:费用随会员等级及技师等级不同而上下浮动 + 温馨提示:费用随会员等级及技师等级不同而上下浮动 @@ -1945,8 +1973,8 @@ } .pay-ding-top{ width: 100%; - height: 80rpx; - background-image: linear-gradient(to bottom, rgba(8, 162, 138, 0.5), #fff); + height: 100rpx; + background-image: linear-gradient(to bottom, rgba(219, 242, 238, 0.9), #fff); border-top-left-radius: 24rpx; border-top-right-radius: 24rpx; padding: 0px 29rpx; @@ -1962,14 +1990,15 @@ height: 44rpx; } .d-title{ - font-weight: 400; - font-size: 25rpx; + font-weight: 550; + font-size: 30rpx; color: #333333; } .d-touxiang{ - width: 46rpx; - height: 46rpx; + width: 55rpx; + height: 55rpx; border-radius: 50%; + border: 1px solid #f2fffd; } .money-pay-jia{ font-weight: 400; @@ -2012,14 +2041,31 @@ } .pay-title{ font-weight: bold; - font-size: 28rpx; + font-size: 32rpx; color: #333333; - margin-bottom: 5px; + margin-bottom: 12px; } - page { + .page { background: #f7f7f7; } - + .jusitify-line{ + height: 78rpx; + padding: 20rpx 0; + font-size: 30rpx; + display: flex; + justify-content: space-between; + } + .jusitify-line-end{ + height:1px; + border-bottom: 1px #e5e5e5 solid; + margin: 30rpx 0; + } + .line-word{ + color: #999; + } + .line-word-r{ + color: #333; + } .bgImg { background-image: url('https://admin.sjajk.com/file/uploadPath/2023/01/03/02952e7260e553d0f3bb26a1cd154921.png'); background-size: 100% 1161rpx; @@ -2193,4 +2239,31 @@ justify-content: space-between; align-items: center; } + .level_button{ + background: #019C88; + border-radius: 20rpx 8rpx 20rpx 8rpx; + padding: 10rpx 20rpx; + color: #fff; + font-size: 12px; + } + .justify-title-nav{ + width: 90%; + display: flex; + flex-direction: column; + position: relative; + margin: 10px 0; + } + .justify-title{ + font-weight: bold; + font-size: 16px; + color: #333; + } + .justify-title-nav-bor{ + width: 64px; + height: 5px; + border-radius: 3px; + position: absolute; + bottom: 0; + background: linear-gradient(90deg, rgba(234, 248, 245, 0.7), rgba(132, 211, 196, 0.7)); + } \ No newline at end of file diff --git a/my/order/payShengji.vue b/my/order/payShengji.vue index 30e1fce..72f5701 100644 --- a/my/order/payShengji.vue +++ b/my/order/payShengji.vue @@ -59,7 +59,7 @@ - 下单人 + 客户姓名 {{order.userName}} @@ -202,7 +202,6 @@ -¥{{order.couponMoney}} - - 加钟信息 @@ -310,7 +309,7 @@ - 温馨提示:费用随会员等级及技师等级不同而上下浮动 + 温馨提示:费用随会员等级及技师等级不同而上下浮动