|
|
|
@ -106,7 +106,7 @@ class GoodsController extends BaseController |
|
|
|
$goods['third'] = null; |
|
|
|
} |
|
|
|
$first = $this->categoryService->getByParentId(0); |
|
|
|
$secend = $this->categoryService->getByParentId($goods['category_id']); |
|
|
|
$secend = $this->categoryService->getByParentId($goods['first']['id']); |
|
|
|
$third = $this->categoryService->getThird($goods['category_id']); |
|
|
|
$tags = $this->goodsService->getTags(); |
|
|
|
return $this->success([ |
|
|
|
|