作者 lyh

gx

@@ -97,6 +97,7 @@ class BTemplateLogic extends BaseLogic @@ -97,6 +97,7 @@ class BTemplateLogic extends BaseLogic
97 } 97 }
98 $html = $commonInfo['head_css'].$mainInfo['main_css'].$commonInfo['footer_css'].$commonInfo['other']. 98 $html = $commonInfo['head_css'].$mainInfo['main_css'].$commonInfo['footer_css'].$commonInfo['other'].
99 $commonInfo['head_html'].$mainInfo['main_html'].$commonInfo['footer_html']; 99 $commonInfo['head_html'].$mainInfo['main_html'].$commonInfo['footer_html'];
  100 + $html = $this->getHeadFooter($html);
100 return ['html'=>$html,'template_id'=>$settingInfo['template_id']]; 101 return ['html'=>$html,'template_id'=>$settingInfo['template_id']];
101 } 102 }
102 103