Commit d9dd13a7 authored by wwccw0591's avatar wwccw0591

pc

parent 3f48c0b2
......@@ -364,7 +364,8 @@ class GoodsModel extends \DAO\AbstractModel {
public function getGoodsGroup($goodsGroup){
$orderGoodses=array();
if(!empty($goodsGroup)){
$goodsGroup=unserialize($goodsGroup);;
$goodsGroup=unserialize($goodsGroup);
$goodsGroup=array_values($goodsGroup);
foreach($goodsGroup as $orderGoods){
unset($orderGoods['goodsSpec']);
$orderGoods['goodsImage']=\Our\ImageUtil::getGoodsImgUrl($orderGoods['goodsImagePath'],\Our\ImageConst::goods);
......
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