|
...
|
...
|
@@ -516,6 +516,7 @@ class BTemplateLogic extends BaseLogic |
|
|
|
$param['html_style'] = null;
|
|
|
|
$typeSource = $this->getType($source,$is_list,$is_custom,BTemplate::COMMON_HEAD,$template_id);
|
|
|
|
}
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($typeSource, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
$list_is = $is_list;
|
|
|
|
($typeSource == 99) ? $list_is = 0 : $list_is;
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($list_is, true) . PHP_EOL, FILE_APPEND);
|
...
|
...
|
|