正在显示
1 个修改的文件
包含
0 行增加
和
2 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论