正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -149,7 +149,7 @@ class BTemplateLogic extends BaseLogic | @@ -149,7 +149,7 @@ class BTemplateLogic extends BaseLogic | ||
| 149 | return false; | 149 | return false; |
| 150 | } | 150 | } |
| 151 | //TODO::默认模块定制 | 151 | //TODO::默认模块定制 |
| 152 | - $html = $this->isCustomizedPage($source,$is_list);//获取定制页面的html | 152 | + $html = $this->isCustomizedPage($source,$is_list,$is_custom);//获取定制页面的html |
| 153 | if(!empty($html)){ | 153 | if(!empty($html)){ |
| 154 | return $this->success(['html'=>$html,'template_id'=>$template_id]); | 154 | return $this->success(['html'=>$html,'template_id'=>$template_id]); |
| 155 | } | 155 | } |
-
请 注册 或 登录 后发表评论