{{ '会员信息' }}
收货人信息
商品信息
{{ allData.waresName }}
x{{ allData.quantity }}
{{ allData.waresPrice | numberToCurrency }}
{{ item.productName }} {{ item.specsName }}
x{{ item.quantity }}
{{ '金额小计' }}
{{
(allData.waresPrice * allData.quantity) | numberToCurrency
}}