Showing
1 changed file
with
1 additions
and
1 deletions
@@ -357,7 +357,7 @@ const procCartData = (data, isAdvanceCart) => { | @@ -357,7 +357,7 @@ const procCartData = (data, isAdvanceCart) => { | ||
357 | result.shipCost = { | 357 | result.shipCost = { |
358 | isFree: _.get(data, 'shipping_cost_prompt.is_shipping_cost_free', 'N'), | 358 | isFree: _.get(data, 'shipping_cost_prompt.is_shipping_cost_free', 'N'), |
359 | shippingTip: _.get(data, 'shipping_cost_prompt.shipping_cost_tips', '').replace(/¥/g, '¥'), | 359 | shippingTip: _.get(data, 'shipping_cost_prompt.shipping_cost_tips', '').replace(/¥/g, '¥'), |
360 | - freeShipping: _.get(data, 'shipping_cost_prompt.is_shipping_cost_free', 'N') === 'Y' | 360 | + freeShipping: _.get(data, 'shipping_cost_prompt.is_shipping_cost_free', 'N') === 'N' |
361 | }; | 361 | }; |
362 | 362 | ||
363 | // 计算正常商品且有库存的总数 | 363 | // 计算正常商品且有库存的总数 |
-
Please register or login to post a comment