|
...
|
...
|
@@ -149,7 +149,7 @@ class BTemplateLogic extends BaseLogic |
|
|
|
return false;
|
|
|
|
}
|
|
|
|
//TODO::默认模块定制
|
|
|
|
$html = $this->isCustomizedPage($source,$is_list);//获取定制页面的html
|
|
|
|
$html = $this->isCustomizedPage($source,$is_list,$is_custom);//获取定制页面的html
|
|
|
|
if(!empty($html)){
|
|
|
|
return $this->success(['html'=>$html,'template_id'=>$template_id]);
|
|
|
|
}
|
...
|
...
|
|