...
|
...
|
@@ -201,7 +201,7 @@ const orderDetailData = (uid, orderCode) => { |
|
|
salePrice: parseFloat(data.salesPrice).toFixed(2),
|
|
|
payPrice: data.goodsPrice
|
|
|
});
|
|
|
} else if (data.goodsType === 'priceGift') {
|
|
|
} else if (data.goodsType === 'price_gift') {
|
|
|
obj = _.assign(obj, {
|
|
|
advanceBuy: true,
|
|
|
salePrice: parseFloat(data.salesPrice).toFixed(2),
|
...
|
...
|
|