作者 lyh

gx

@@ -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 }