正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -145,7 +145,7 @@ class BTemplateLogic extends BaseLogic | @@ -145,7 +145,7 @@ class BTemplateLogic extends BaseLogic | ||
| 145 | //同步数据 | 145 | //同步数据 |
| 146 | $this->param['name'] = $TemplateInfo['name']; | 146 | $this->param['name'] = $TemplateInfo['name']; |
| 147 | $this->param['image'] = $TemplateInfo['image']; | 147 | $this->param['image'] = $TemplateInfo['image']; |
| 148 | - $this->getHeadFooter(characterTruncation($this->param['html'],'/<style id="vvvebjs-header">(.*?)<\/footer>/s')); | 148 | + $this->param['html'] = $this->getHeadFooter(characterTruncation($this->param['html'],'/<style id="vvvebjs-header">(.*?)<\/footer>/s')); |
| 149 | return true; | 149 | return true; |
| 150 | } | 150 | } |
| 151 | 151 |
-
请 注册 或 登录 后发表评论