|
...
|
...
|
@@ -68,7 +68,6 @@ class BTemplateLogic extends BaseLogic |
|
|
|
if($this->param['source'] == $this->model::SOURCE_PRODUCT){//产品页
|
|
|
|
$TemplateInfo = $this->productHtml($info,$this->param['source'],$this->param['source_id']);
|
|
|
|
}
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($TemplateInfo['html'], true) . PHP_EOL, FILE_APPEND);
|
|
|
|
return $this->success($TemplateInfo);
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|