From d75f9680201bcf3fe0ad6bbf90cbcd7b0291b068 Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Wed, 3 Jul 2024 17:04:55 +0800 Subject: [PATCH 1/2] 11 --- my/order/pay.vue | 13 ++++++------- my/order/payding.vue | 25 +++++++++++++++++++------ 2 files changed, 25 insertions(+), 13 deletions(-) diff --git a/my/order/pay.vue b/my/order/pay.vue index 2008149..8925a3e 100644 --- a/my/order/pay.vue +++ b/my/order/pay.vue @@ -203,16 +203,15 @@ 订单费用: + {{order.price}} + + + 出行费用: {{order.price}} + >{{order.taxiMoney}} - 出行费用: - {{order.taxiMoney}} - - - 优惠券: + 优惠券: -¥{{order.couponMoney}} - diff --git a/my/order/payding.vue b/my/order/payding.vue index aaf6e76..2c1bfae 100644 --- a/my/order/payding.vue +++ b/my/order/payding.vue @@ -7,7 +7,7 @@ - 服务项目1111 + 服务项目1111 - + {{order.ordersMassageList[0].massageType.title}} @@ -94,7 +94,7 @@ - {{order.technicianType=='3'?'新手':order.technicianType=='4'?'专家':'资深'}} + {{order.technicianType=='3'?'新手':order.technicianType=='4'?'专家':'资深'}} - - 下单时间 - {{order.createTime}} + + 下单时间 + {{order.createTime}} - - 订单费用 - - 项目名称 - {{order.ordersMassageList[0].massageType.title}} + + + 订单费用 + - - 服务时长 - {{order.ordersMassageList[0].massageType.duration}}分钟 + + 项目名称 + {{order.ordersMassageList[0].massageType.title}} - - 项目价格 - ¥{{order.massagePrice}} + + 服务时长 + {{order.ordersMassageList[0].massageType.duration}}分钟 + + + 项目价格 + ¥{{order.massagePrice}} - - 会员折扣 - {{order.vipRate}}% + + 会员折扣 + {{order.vipRate}}% - + 小计: {{order.massagePrice}} - 出行费用 - - 出行方式 - 公交 - 出租 - 免费 - - - 全程距离 - {{order.km}}km - - - 出行交通费用 - ¥{{order.taxiMoney}} - + - 优惠券信息 - - 优惠券 - -¥{{order.couponMoney}} + + 出行费用 + + + + 出行方式 + 公交 + 出租 + 免费 + + + 全程距离 + {{order.km}}km + + + 出行交通费用 + ¥{{order.taxiMoney}} + + + + 优惠券信息 + + + + 优惠券 + -¥{{order.couponMoney}} - - 加钟次数 - {{order.addNum}} + + 加钟次数 + {{order.addNum}} - - 加钟时长 - {{order.addTime}}分钟 + + 加钟时长 + {{order.addTime}}分钟 - - 加钟费用 - ¥{{order.addMoney}} + + 加钟费用 + ¥{{order.addMoney}} - - 总金额 - ¥{{order.sumMoney}} - + + 总金额 + ¥{{order.sumMoney}} + 取消订单 + v-if="(order.status == 1 || order.status == 2 || order.status == 7 || order.status == 8) && yhqxSel != '否'">取消订单 \ No newline at end of file