{{ orderInfo.shopName }}
赠品
{{ item.name }}
¥{{ item.price | NumFormat }}
x {{ item.num }}
{{ item.productPromotion.name }}
:¥{{
item.productPromotion == null
? '0.00'
: item.productPromotion.touchPrice | NumFormat
}}
{{ item.productPromotion.name }}
SVIP
{{ item.svipPriceTag }}
留言:
{{ orderInfo.note ? orderInfo.note : '' }}
商品总额:
¥{{ orderInfo.productAmount | NumFormat }}
运费:
{{ orderInfo.postageInfo }}
>
优惠:
¥{{ orderInfo.eachDiscount | NumFormat }}
订单总额:
¥{{ orderInfo.totalAmount | NumFormat }}
已付金额:
¥{{ orderInfo.receiptAmount | NumFormat }}
(余额抵扣:¥{{ orderInfo.accountAmount | NumFormat }})
待付金额:
¥{{ orderInfo.obligation | NumFormat }}