正在显示
1 个修改的文件
包含
0 行增加
和
2 行删除
| @@ -25,8 +25,6 @@ class ServiceLogic extends BaseLogic | @@ -25,8 +25,6 @@ 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(); | ||
| 30 | foreach ($lists as $k => $v){ | 28 | foreach ($lists as $k => $v){ |
| 31 | switch ($v['key']){ | 29 | switch ($v['key']){ |
| 32 | case 'images': | 30 | case 'images': |
-
请 注册 或 登录 后发表评论