作者 lyh

gx

@@ -44,8 +44,6 @@ class CustomTemplateLogic extends BaseLogic @@ -44,8 +44,6 @@ class CustomTemplateLogic extends BaseLogic
44 $info = $this->model->read(['id'=>$this->param['id']]); 44 $info = $this->model->read(['id'=>$this->param['id']]);
45 $html = $this->getBodyHeaderFooter($info['html'],$info['html_style']); 45 $html = $this->getBodyHeaderFooter($info['html'],$info['html_style']);
46 $info['html'] = $this->getHeadFooter($html); 46 $info['html'] = $this->getHeadFooter($html);
47 - var_dump($info);  
48 - die();  
49 if($info === false){ 47 if($info === false){
50 $this->fail('error'); 48 $this->fail('error');
51 } 49 }