Showing
1 changed file
with
1 additions
and
1 deletions
@@ -100,7 +100,7 @@ const formatCartGoods = (goodData, isAdvanceCart, isValid, inValidLow) => { | @@ -100,7 +100,7 @@ const formatCartGoods = (goodData, isAdvanceCart, isValid, inValidLow) => { | ||
100 | skn: goodData.product_skn, | 100 | skn: goodData.product_skn, |
101 | name: goodData.product_name, | 101 | name: goodData.product_name, |
102 | thumb: goodData.goods_images ? helpers.image(goodData.goods_images, 120, 160) : '', | 102 | thumb: goodData.goods_images ? helpers.image(goodData.goods_images, 120, 160) : '', |
103 | - color: goodData.color_name, | 103 | + color: goodData.factory_goods_name || goodData.color_name, |
104 | size: goodData.size_name, | 104 | size: goodData.size_name, |
105 | checked: goodData.selected === 'Y', | 105 | checked: goodData.selected === 'Y', |
106 | price: transPrice(goodData.last_vip_price), | 106 | price: transPrice(goodData.last_vip_price), |
-
Please register or login to post a comment