|
...
|
...
|
@@ -47,6 +47,7 @@ class InitHtmlLogic extends BaseLogic |
|
|
|
$main_style = $mainInfo['main_css'];
|
|
|
|
}
|
|
|
|
$commonInfo = $this->getTypeCommonHtml($template_id,$this->param['type'],$is_custom,$is_list); //获取头部
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($template_id, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($commonInfo, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
$html = $commonInfo['head_css'].$main_style.$commonInfo['footer_css'].$commonInfo['other'].$commonInfo['head_html'].$main_html.$commonInfo['footer_html'];
|
|
|
|
$html = $this->getHeadFooter($html);//组装数据
|
...
|
...
|
|