Commit fb6784ca authored by liuyuzhen's avatar liuyuzhen

购物车商品规格图片问题

parent 69d46682
...@@ -166,7 +166,7 @@ class GroupSaleServiceModel extends \Business\AbstractModel { ...@@ -166,7 +166,7 @@ class GroupSaleServiceModel extends \Business\AbstractModel {
$tempObj['goodsPrice'] = $tempPrice; $tempObj['goodsPrice'] = $tempPrice;
} }
$tempObj['goodsImage'] = \Our\ImageUtil::getGoodsImgUrl($pBundling['image']); //$tempObj['goodsImage'] = \Our\ImageUtil::getGoodsImgUrl($pBundling['image']);
$tempObj['goodsList'] = \Our\Common::convertUnderline($pBundling['goodsList']); $tempObj['goodsList'] = \Our\Common::convertUnderline($pBundling['goodsList']);
$tempObj['goodsOriginalPrice'] = $pBundling['sumPrice']; $tempObj['goodsOriginalPrice'] = $pBundling['sumPrice'];
} else if ($tempCart['type'] == \Our\ApiConst::addGoodsToCart) { } else if ($tempCart['type'] == \Our\ApiConst::addGoodsToCart) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment