作者 lyh

gx

@@ -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':