正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -41,9 +41,9 @@ class CustomTemplateLogic extends BaseLogic | @@ -41,9 +41,9 @@ class CustomTemplateLogic extends BaseLogic | ||
| 41 | */ | 41 | */ |
| 42 | public function customTemplateInfo(){ | 42 | public function customTemplateInfo(){ |
| 43 | $info = $this->model->read(['id'=>$this->param['id']]); | 43 | $info = $this->model->read(['id'=>$this->param['id']]); |
| 44 | - var_dump($info); | ||
| 45 | - die(); | ||
| 46 | $html = $this->getBodyHeaderFooter($info['html'],$info['html_style']); | 44 | $html = $this->getBodyHeaderFooter($info['html'],$info['html_style']); |
| 45 | + var_dump($html); | ||
| 46 | + die(); | ||
| 47 | $info['html'] = $this->getHeadFooter($html); | 47 | $info['html'] = $this->getHeadFooter($html); |
| 48 | if($info === false){ | 48 | if($info === false){ |
| 49 | $this->fail('error'); | 49 | $this->fail('error'); |
-
请 注册 或 登录 后发表评论