...
|
...
|
@@ -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) => {
|
...
|
...
|
|