This commit is contained in:
make
2025-05-17 22:24:28 +08:00
parent 024cc82b50
commit 0d2f5b88c9

View File

@@ -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);