作者 lyh

gx

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