{{ orderInfo.nickname }}
{{ orderInfo.real_name}}{{ orderInfo.user_phone }}
{{ orderInfo.user_address }}
{{ item.cart_info.productInfo.store_name }}
{{ item.cart_info.productInfo.suk }}
¥{{ item.cart_info.productInfo.price }}
x{{ item.cart_info.cart_num }}
¥{{ item.cart_info.productInfo.ot_price }}
共{{ orderInfo.total_num }}件商品,应支付
¥{{ orderInfo.pay_price }} ( 邮费 ¥{{
orderInfo.pay_postage
}}
)
订单编号:
{{ orderInfo.order_id}}
复制
下单时间:
{{ orderInfo.add_time }}
支付状态:
{{ orderInfo.paid == 1 ? "已支付" : "未支付" }}
支付方式:
{{ payType }}
买家留言:
{{ orderInfo.mark }}
支付金额:
¥{{ orderInfo.total_price }}
优惠券抵扣:
-¥{{ orderInfo.coupon_price }}
运费:
¥{{ orderInfo.freight_price }}
实付款:¥{{ orderInfo.pay_price }}
配送方式:
快递
送货
快递公司:
送货人:
{{ orderInfo.delivery_name }}
快递单号:
送货人电话:
{{ orderInfo.delivery_id}}
复制