作者 lyh

gx

... ... @@ -253,6 +253,9 @@ class BTemplateLogic extends BaseLogic
'template_id' => $template_id,
'project_id' => $this->user['project_id']
];
if($template_id == 0){
$is_head = BTemplate::IS_HEADER;
}
if($is_head != BTemplate::IS_NO_HEADER) {
//查看页面是否设置自定义头部底部
$pageSettingModel = new PageSetting();
... ...