...
|
...
|
@@ -79,7 +79,7 @@ const formatCartGoods = (cartGoods, isAdvanceCart, inValid, isOffShelves, analys |
|
|
storageNum: Number(it.storage_number),
|
|
|
isVipPrice: it.sales_price !== it.last_vip_price && it.discount_tag === 'V',
|
|
|
isStuPrice: it.sales_price !== it.last_vip_price && it.discount_tag === 'S',
|
|
|
yohoIcon: Number(it.get_yoho_coin) || 0,
|
|
|
yohoIcon: Number(it.yoho_coin_num) || 0,
|
|
|
productSubtotal: transPrice(it.last_vip_price * it.buy_number),
|
|
|
promotionId: it.promotion_id || 0,
|
|
|
isLimitSkn: it.is_limit_skn === 'Y', // is_limit_skn=Y 不支持7天无理由退货
|
...
|
...
|
|