Authored by 陈轩

im global order

... ... @@ -34,7 +34,8 @@ exports.handleOrderList = (data, w, h) => {
color: good.colorName,
size: good.sizeName,
count: good.buyNumber,
price: good.lastPrice
price: good.lastPrice,
tariffPrice: good.tariffPrice
};
});
order.count = order.ordersGoodsBoList.reduce((sum, good) => {
... ...
... ... @@ -33,7 +33,7 @@
</p>
<p class="row price-wrap">
<span class="price">
¥{{price}}
¥{{price}}{{#if tariffPrice}} 税费: ¥{{tariffPrice}}{{/if}}
</span>
<span class="count">
×{{count}}
... ...