debug
This commit is contained in:
@@ -694,7 +694,8 @@ class VideoService
|
|||||||
$strTopDirectors = (is_array($arrVideo['v_director'] ?? null)) ? array_slice($arrVideo['v_director'], 0, 5) : '';
|
$strTopDirectors = (is_array($arrVideo['v_director'] ?? null)) ? array_slice($arrVideo['v_director'], 0, 5) : '';
|
||||||
|
|
||||||
// 取前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);
|
$arrVideoClicks = $this->VideoClicksModel->getStats($intVId);
|
||||||
|
|||||||
Reference in New Issue
Block a user