作者 lyh

gx

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