order('sort asc') ->select() ->toArray(); foreach ($data as &$vo) { $vo['icon'] = toimg($vo['image']); } return $this->json(['data' => $data]); } }