Commit 76d97b8a authored by wwccw0591's avatar wwccw0591

pc

parent 7aa7bc2f
...@@ -366,9 +366,9 @@ class GoodsModel extends \DAO\AbstractModel { ...@@ -366,9 +366,9 @@ class GoodsModel extends \DAO\AbstractModel {
if(!empty($goodsGroup)){ if(!empty($goodsGroup)){
$goodsGroup=unserialize($goodsGroup); $goodsGroup=unserialize($goodsGroup);
foreach($goodsGroup as $orderGoods){ foreach($goodsGroup as $orderGoods){
if(isset($orderGoods['goodsSpec'])){ // if(isset($orderGoods['goodsSpec'])){
unset($orderGoods['goodsSpec']); // unset($orderGoods['goodsSpec']);
} // }
$orderGoods['goodsImage']=\Our\ImageUtil::getGoodsImgUrl($orderGoods['goodsImagePath'],\Our\ImageConst::goods); $orderGoods['goodsImage']=\Our\ImageUtil::getGoodsImgUrl($orderGoods['goodsImagePath'],\Our\ImageConst::goods);
unset($orderGoods['goodsImagePath']); unset($orderGoods['goodsImagePath']);
array_push($orderGoodses,$orderGoods); array_push($orderGoodses,$orderGoods);
......
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