正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -325,7 +325,7 @@ class InitHtmlLogic extends BaseLogic | @@ -325,7 +325,7 @@ class InitHtmlLogic extends BaseLogic | ||
| 325 | $bTemplateMainModel->edit(['main_html'=>$this->param['html']],['id'=>$mainInfo['id']]); | 325 | $bTemplateMainModel->edit(['main_html'=>$this->param['html']],['id'=>$mainInfo['id']]); |
| 326 | } | 326 | } |
| 327 | //更新头部底部 | 327 | //更新头部底部 |
| 328 | - $this->saveCustomizeCommon($this->param['html'],$this->param['type'],$is_list); | 328 | + $this->saveCustomizeCommon($this->param['html'],$this->param['type'],$is_list,$is_custom); |
| 329 | }catch (\Exception $exception){ | 329 | }catch (\Exception $exception){ |
| 330 | $this->fail('保存失败,请联系开发人员'); | 330 | $this->fail('保存失败,请联系开发人员'); |
| 331 | } | 331 | } |
-
请 注册 或 登录 后发表评论