{{ orderInfo.nickname }}
{{ orderInfo.realName }}
{{ orderInfo.userPhone }}
{{ orderInfo.userAddress }}
{{ item.productInfo.storeName }}
{{ item.productInfo.sku }}
¥{{ item.productInfo.price }}
x{{ item.cartNum }}
¥{{ item.productInfo.otPrice ? item.productInfo.otPrice : 0 }}
共{{ orderInfo.totalNum }}件商品,应支付
¥{{ orderInfo.payPrice }}
( 邮费 ¥{{ orderInfo.payPostage }})
订单编号:
{{ orderInfo.orderId }}
复制
下单时间:
{{ orderInfo.createTime }}
支付状态:
{{ orderInfo.paid == 1 ? '已支付' : '未支付' }}
支付方式:
{{ payType }}
买家留言:
{{ orderInfo.mark }}
支付金额:
¥{{ orderInfo.totalPrice }}
优惠券抵扣:
-¥{{ orderInfo.couponPrice }}
实付款:
¥{{ orderInfo.payPrice }}
配送方式:
快递
送货
快递公司:
送货人:
{{ orderInfo.delivery_name }}
快递单号:
送货人电话:
{{ orderInfo.delivery_id }}
复制