作者 lyh

gx

@@ -186,6 +186,8 @@ class CustomTemplateLogic extends BaseLogic @@ -186,6 +186,8 @@ class CustomTemplateLogic extends BaseLogic
186 $html = $commonInfo['head_css'].$html_style.$commonInfo['footer_css'].$commonInfo['other']. 186 $html = $commonInfo['head_css'].$html_style.$commonInfo['footer_css'].$commonInfo['other'].
187 $commonInfo['head_html'].$preg_html.$commonInfo['footer_html']; 187 $commonInfo['head_html'].$preg_html.$commonInfo['footer_html'];
188 } 188 }
  189 + var_dump($html);
  190 + die();
189 return $html; 191 return $html;
190 } 192 }
191 193