|
...
|
...
|
@@ -121,6 +121,7 @@ class BTemplateLogic extends BaseLogic |
|
|
|
if($otherInfo === false){
|
|
|
|
$this->fail('获取失败,请联系管理员222');
|
|
|
|
}
|
|
|
|
$condition['is_list'] = $is_list;
|
|
|
|
$footerComInfo = $this->getFooterComHtml($condition,$source,$is_list,$is_custom,$template_id);
|
|
|
|
$data = ['head_html'=>$headComInfo['html'] ?? '', 'head_style'=>$headComInfo['html_style'] ?? '', 'other'=>$otherInfo['html'] ?? '',
|
|
|
|
'footer_html'=>$footerComInfo['html'] ?? '','footer_style'=>$footerComInfo['html_style'] ?? ''];
|
...
|
...
|
|