正在显示
1 个修改的文件
包含
6 行增加
和
0 行删除
| @@ -71,6 +71,12 @@ class ATemplateLogic extends BaseLogic | @@ -71,6 +71,12 @@ class ATemplateLogic extends BaseLogic | ||
| 71 | $this->param['head_css'] = characterTruncation($this->param['html'],'/<style id="globalsojs-header">(.*?)<\/style>/s'); | 71 | $this->param['head_css'] = characterTruncation($this->param['html'],'/<style id="globalsojs-header">(.*?)<\/style>/s'); |
| 72 | $this->param['main_css'] = characterTruncation($this->param['html'],'/<style id="globalsojs-styles">(.*?)<\/style>/s'); | 72 | $this->param['main_css'] = characterTruncation($this->param['html'],'/<style id="globalsojs-styles">(.*?)<\/style>/s'); |
| 73 | $this->param['footer_css'] = characterTruncation($this->param['html'],'/<style id="globalsojs-footer">(.*?)<\/style>/s'); | 73 | $this->param['footer_css'] = characterTruncation($this->param['html'],'/<style id="globalsojs-footer">(.*?)<\/style>/s'); |
| 74 | + if(isset($this->param['design_msg']) && !empty($this->param['design_msg'])){ | ||
| 75 | + $this->param['design_msg'] = json_encode($this->param['design_msg']); | ||
| 76 | + } | ||
| 77 | + if(isset($this->param['front_msg']) && !empty($this->param['front_msg'])){ | ||
| 78 | + $this->param['front_msg'] = json_encode($this->param['front_msg']); | ||
| 79 | + } | ||
| 74 | } | 80 | } |
| 75 | /** | 81 | /** |
| 76 | * @remark :修改模块状态 | 82 | * @remark :修改模块状态 |
-
请 注册 或 登录 后发表评论