作者 lyh

gx

... ... @@ -103,7 +103,8 @@ class CustomTemplateLogic extends BaseLogic
//获取模板详情
$ATemplateModel = new Template();
$TemplateInfo = $ATemplateModel->read(['id'=>$info['template_id']]);
$html = $html.$TemplateInfo['head_css'].$TemplateInfo['footer_css'].$TemplateInfo['head_html'].$TemplateInfo['footer_html'];
$html = $html.str_replace($TemplateInfo['main_html'],'',$TemplateInfo);
$html = $html.str_replace($TemplateInfo['main_css'],'',$TemplateInfo);
return $html;
}
... ...