|
|
@ -240,8 +240,12 @@ class Goods extends GoodsService |
|
|
|
'paihang' => 1, |
|
|
|
'paihang' => 1, |
|
|
|
'categoryId' => $v['category_id'], |
|
|
|
'categoryId' => $v['category_id'], |
|
|
|
], 3); |
|
|
|
], 3); |
|
|
|
$list2 = $goodsList->toArray()['data']; |
|
|
|
$v['goods_list'] = []; |
|
|
|
$v['goods_list'] = $this->newFormatGoodsList($list2); |
|
|
|
if (!$goodsList->isEmpty()) { |
|
|
|
|
|
|
|
$list2 = $goodsList->toArray()['data']; |
|
|
|
|
|
|
|
$v['goods_list'] = $this->newFormatGoodsList($list2); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
return $list; |
|
|
|
return $list; |
|
|
|
} |
|
|
|
} |
|
|
|