正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
| @@ -216,7 +216,6 @@ class CustomTemplateLogic extends BaseLogic | @@ -216,7 +216,6 @@ class CustomTemplateLogic extends BaseLogic | ||
| 216 | if($bSettingInfo === false){ | 216 | if($bSettingInfo === false){ |
| 217 | $this->fail('请先选择模版'); | 217 | $this->fail('请先选择模版'); |
| 218 | } | 218 | } |
| 219 | - | ||
| 220 | $handleInfo = $this->handleResultParam($html); | 219 | $handleInfo = $this->handleResultParam($html); |
| 221 | if(!isset($this->param['template_status'])){//代表直接替换模版 不更新头部底部 | 220 | if(!isset($this->param['template_status'])){//代表直接替换模版 不更新头部底部 |
| 222 | $this->saveTemplateCom($handleInfo,$bSettingInfo['template_id']); | 221 | $this->saveTemplateCom($handleInfo,$bSettingInfo['template_id']); |
-
请 注册 或 登录 后发表评论