...
|
...
|
@@ -173,8 +173,9 @@ function tranformPayment(data, orderInfo, cartType, skuList, orderComputeData) { |
|
|
obj.count = good.buy_number;
|
|
|
obj.price = good.sales_price;
|
|
|
obj.isLimitSkn = good.is_limit_skn === 'Y';
|
|
|
obj.isVipPrice = good.sales_price !== good.last_vip_price && good.discount_tag === 'V';
|
|
|
obj.isStudebt = good.sales_price !== good.last_vip_price && good.discount_tag === 'S';
|
|
|
|
|
|
// obj.isVipPrice = good.sales_price !== good.last_vip_price && good.discount_tag === 'V';
|
|
|
// obj.isStudebt = good.sales_price !== good.last_vip_price && good.discount_tag === 'S';
|
|
|
|
|
|
if (good.good_type === 'gift' && good.is_advance === 'Y') {
|
|
|
obj.gift = true;
|
...
|
...
|
|