添加收货地址
{{address.realName}}
{{address.phone}}
{{address.province}}{{address.city}}{{address.district}}{{address.detail}}
{{shop.storeName}}
{{utils.getDictLabelName("storeProductType",item.productType)}}
{{item.productName}}
{{item.productAttrName}}
¥
{{(item.price||0).toFixed(2)}}
x{{item.cartNum}}
运费
{{price[idx].payPostage==null||price[idx].payPostage==0?'免运费':(price[idx].payPostage||0).toFixed(2)}}
备注
价格明细
商品总价
¥
{{(priceSum||0).toFixed(2)}}
运费
{{price.pay_delivery==null||price.pay_delivery==0?'免运费':price.pay_delivery.toFixed(2)}}
--
合计
¥
{{(priceSum||0).toFixed(2)}}