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