正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -25,6 +25,8 @@ class ServiceLogic extends BaseLogic | @@ -25,6 +25,8 @@ class ServiceLogic extends BaseLogic | ||
| 25 | public function serviceLists($map){ | 25 | public function serviceLists($map){ |
| 26 | $map['type'] = 1; | 26 | $map['type'] = 1; |
| 27 | $lists = $this->model->list($map,'created_at'); | 27 | $lists = $this->model->list($map,'created_at'); |
| 28 | + var_dump($lists); | ||
| 29 | + die(); | ||
| 28 | foreach ($lists as $k => $v){ | 30 | foreach ($lists as $k => $v){ |
| 29 | switch ($v['key']){ | 31 | switch ($v['key']){ |
| 30 | case 'images': | 32 | case 'images': |
-
请 注册 或 登录 后发表评论