正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -41,6 +41,8 @@ class CustomTemplateLogic extends BaseLogic | @@ -41,6 +41,8 @@ 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(); | ||
| 44 | $html = $this->getBodyHeaderFooter($info['html'],$info['html_style']); | 46 | $html = $this->getBodyHeaderFooter($info['html'],$info['html_style']); |
| 45 | $info['html'] = $this->getHeadFooter($html); | 47 | $info['html'] = $this->getHeadFooter($html); |
| 46 | if($info === false){ | 48 | if($info === false){ |
-
请 注册 或 登录 后发表评论