diff --git a/src/view/order-check.vue b/src/view/order-check.vue index 28cdd8b..1e3f08c 100644 --- a/src/view/order-check.vue +++ b/src/view/order-check.vue @@ -1,83 +1,87 @@ - - - 订单确认 - - - - - - {{info.goodsName}} - - {{info.shortDesc}} - ¥{{info.totalPrice?info.totalPrice/100:''}} - - - - - - 【赠品】 - {{item.name}} - x{{item.num}} - - - - - - - 服务区域: - - - {{info.serviceAreaStr}} - - - - - - - - 优惠券: - - {{info.primeCoupon.couponName}} - - -¥{{info.primeCoupon?info.primeCoupon.amount/100:""}} - - - - - - - 留言备注: - - - - - 支付方式: - - - 微信支付 - - - - - - - - 我已阅读并同意 - - - 《一号家政服务协议书》 - - - - - - 还需支付: - ¥{{price}} - - 立即付款 - - + + + 订单确认 + + + + + + {{info.goodsName}} + + {{info.shortDesc}} + ¥{{info.totalPrice?info.totalPrice/100:''}} + + + {{item.labelText}} + + + + + + + 【赠品】 + {{item.name}} + x{{item.num}} + + + + + + + 服务区域: + + + {{info.serviceAreaStr}} + + + + + + + + 优惠券: + + {{info.primeCoupon.couponName}} + + -¥{{info.primeCoupon?info.primeCoupon.amount/100:""}} + + + + + + + 留言备注: + + + + + 支付方式: + + + 微信支付 + + + + + + + + 我已阅读并同意 + + + 《一号家政服务协议书》 + + + + + + 还需支付: + ¥{{price}} + + 立即付款 + +