|
...
|
...
|
@@ -36,7 +36,7 @@ class CustomModuleContentController extends BaseController |
|
|
|
if(!empty($lists)){
|
|
|
|
$data = $this->getAllCategoryName();
|
|
|
|
foreach ($lists['list'] as $k=>$v){
|
|
|
|
// $v['category_name'] = $this->categoryName($v['category_id'],$data);
|
|
|
|
$v['category_name'] = $this->categoryName($v['category_id'],$data);
|
|
|
|
$v['image_link'] = getImageUrl($v['image']);
|
|
|
|
$v['operator_name'] = (new User())->getName($v['operator_id']);
|
|
|
|
$lists['list'][$k] = $v;
|
...
|
...
|
|