作者 lyh

gx

@@ -389,7 +389,6 @@ class TdkService{ @@ -389,7 +389,6 @@ class TdkService{
389 $webSeoInfo = $webSeoModel->read(['project_id'=>$projectInfo['id']]); 389 $webSeoInfo = $webSeoModel->read(['project_id'=>$projectInfo['id']]);
390 //网站设置 390 //网站设置
391 $webSetting = $this->getWebSetting($projectInfo); 391 $webSetting = $this->getWebSetting($projectInfo);
392 - $titleContent = "";  
393 $descriptionContent = ""; 392 $descriptionContent = "";
394 $keywordsContent = ""; 393 $keywordsContent = "";
395 if ($webCustomInfo !== false){ 394 if ($webCustomInfo !== false){
@@ -434,7 +433,7 @@ class TdkService{ @@ -434,7 +433,7 @@ class TdkService{
434 /** 433 /**
435 * 新闻博客详情通用版块 434 * 新闻博客详情通用版块
436 */ 435 */
437 - public function newsBlogTdk($info, $projectInfo, string $titleContent, $descriptionContent, $keywordsContent, array $tdkInfo): array 436 + public function newsBlogTdk($info, $projectInfo, $titleContent, $descriptionContent, $keywordsContent, array $tdkInfo): array
438 { 437 {
439 if (!empty($info)) { 438 if (!empty($info)) {
440 //seo拼接 439 //seo拼接