diff --git a/my/order/pay.vue b/my/order/pay.vue index e6b12ab..a262c4f 100644 --- a/my/order/pay.vue +++ b/my/order/pay.vue @@ -15,7 +15,7 @@ - + {{order.ordersMassageList[0].massageType.title}} @@ -53,23 +53,23 @@ - + - - 下单人 - + + 下单人 + {{order.userName}} - - 联系方式 - + + 联系方式 + {{order.phone ? order.phone.substring(0,3) + '****' + order.phone.substring(7,11) : ''}} - - 服务地址 - {{order.address}} + + 服务地址 + {{order.address}} @@ -88,7 +88,7 @@ @click="bindphone(order.artificer.phone)"> --> - {{order.technicianType=='3'?'新手':order.technicianType=='4'?'专家':'资深'}} + {{order.technicianType=='3'?'新手':order.technicianType=='4'?'专家':'资深'}} @@ -102,54 +102,61 @@ - 订单信息 - - 订单编号 - + + 订单信息 + + + + 订单编号 + {{order.ordersNo}} - + - - 预约时间 - {{order.serveTime}} + + 预约时间 + {{order.serveTime}} + + + 下单时间 + {{order.createTime}} + + + 开始服务时间 + {{order.startTime}} + + + 结束服务时间 + {{order.endTimes}} + + + 预估结束时间 + {{order.endTime}} + + + + + 订单费用 + - 下单时间 - {{order.createTime}} - - - 开始服务时间 - {{order.startTime}} - - - 结束服务时间 - {{order.endTimes}} - - - 预估结束时间 - {{order.endTime}} - - 订单费用 - - 项目名称 - {{order.ordersMassageList[0].massageType.title}} + 项目名称 + {{order.ordersMassageList[0].massageType.title}} - 服务时长 - {{order.ordersMassageList[0].massageType.duration}}分钟 + 服务时长 + {{order.ordersMassageList[0].massageType.duration}}分钟 - 项目价格 - ¥{{order.massagePrice}} + 项目价格 + ¥{{order.massagePrice}} - 会员折扣 - {{order.vipRate}}% + 会员折扣 + {{order.vipRate}}% - + 小计: @@ -159,8 +166,12 @@ - - 出行费用 + + + + 出行费用 + + 出行方式 公交 @@ -171,22 +182,25 @@ 全程距离 {{order.km}}km - + 出行费用 ¥{{order.taxiMoney}} - 优惠券信息 - + + + 优惠券信息 + + + 优惠券 -¥{{order.couponMoney}} - - - - - - - 费用明细 + + + 费用明细 + + 订单费用: - 温馨提示:费用随会员等级及技师等级不同而上下浮动 + 温馨提示:费用随会员等级及技师等级不同而上下浮动 @@ -331,31 +345,34 @@ 更多 - 联系客服 - - 提前结束 - - - 修改订单 - + + 联系客服 + + 提前结束 + + + 充值 + + + 修改订单 + + - - 充值 - + \ No newline at end of file diff --git a/my/wallet/index.vue b/my/wallet/index.vue index 28869b2..232a3ea 100644 --- a/my/wallet/index.vue +++ b/my/wallet/index.vue @@ -1332,7 +1332,7 @@ } .amount-balance{ padding: 15rpx; - background: linear-gradient(to right, #fff5eb, #fbe3d2); + background:#ffe1d4; border-radius:10rpx; display: flex; justify-content: space-between; diff --git a/pages/order/index.vue b/pages/order/index.vue index 8931448..2da2855 100644 --- a/pages/order/index.vue +++ b/pages/order/index.vue @@ -37,7 +37,7 @@ + mode="square" size="100" style="height: 155rpx;width: 155rpx;flex: 0 0 155rpx;"> @@ -713,6 +713,7 @@ align-items: center; flex-wrap: wrap; justify-content: flex-end; + margin: 30rpx 0; } .popup-mian-btn span:nth-child(1){ @@ -786,17 +787,16 @@ background: #fff !important; // border: 1px solid #d7d7d7 !important; color: #d7d7d7 !important; - width: 131rpx !important; + width: 145rpx !important; height: 47rpx !important; line-height: 47px !important; border-radius: 23rpx !important; - margin: 0px !important; - } + } /deep/.btns{ background: #fff !important; // border: 1px solid #019C88 !important; color: #019C88 !important; - width: 131rpx !important; + width: 145rpx !important; height: 47rpx !important; line-height: 47px !important; border-radius: 23rpx !important; @@ -807,6 +807,13 @@ color: #7D7D7D; margin-right: 10px; } + .text-green span:nth-child(2){ + font-weight: 400; + font-size: 25rpx; + color: #019c88; + margin-right: 10px; + font-weight: bold; + } /deep/.margin-top-sm{ margin-top: 3px; }