|
...
|
...
|
@@ -473,10 +473,6 @@ class BTemplateLogic extends BaseLogic |
|
|
|
}
|
|
|
|
}else{
|
|
|
|
$mainInfo = $this->handleTemplateHtml($html);
|
|
|
|
if($this->user['project_id'] == 693){
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($html, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($mainInfo, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
}
|
|
|
|
$data['main_html'] = $mainInfo['main_html'];
|
|
|
|
$data['main_css'] = $mainInfo['main_css'];
|
|
|
|
}
|
...
|
...
|
|