diff --git a/code/app/services/VideoService.php b/code/app/services/VideoService.php index e3463d3..0faa7e3 100644 --- a/code/app/services/VideoService.php +++ b/code/app/services/VideoService.php @@ -694,7 +694,8 @@ class VideoService $strTopDirectors = (is_array($arrVideo['v_director'] ?? null)) ? array_slice($arrVideo['v_director'], 0, 5) : ''; // 取前5个元素 - $strTopLang = (is_array($arrVideo['v_lang'] ?? null)) ? array_slice($arrVideo['v_lang'], 0, 5) : ''; + // $strTopLang = (is_array($arrVideo['v_lang'] ?? null)) ? array_slice($arrVideo['v_lang'], 0, 5) : ''; + $strTopLang = '2025'; // 点击数 $arrVideoClicks = $this->VideoClicksModel->getStats($intVId);