|
@@ -93,7 +93,7 @@ class CmsContentTemplateSetController extends BaseController
|
|
|
$data['list']['products'] = $product_list;
|
|
|
$data['list']['subject_title'] = $get_subject->title ?? '';
|
|
|
$data['list']['subject_img'] = $get_subject->subject_img ?? '';
|
|
|
- return $this->jsonSuccess($product_list);
|
|
|
+ return $this->jsonSuccess($data);
|
|
|
} else {
|
|
|
return $this->jsonError('没有找到对应商品');
|
|
|
}
|