{$arrVideo.v_name}
{$arrVideo.v_year} · {$arrVideo.type.type_name} · {$arrVideo.v_area}
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
{/foreach}
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
{volist name='$arrPlayUrlType' id='arrPlayUrl'}
{php}
$strEpisodePlayUrl = app(\app\services\VideoService::class)->getVideoPlayUrl(
(int)($arrVideo['v_id'] ?? 0),
$strDetailPlaySlug,
(string)$strPlayGroupName,
(int)$keyLine
);
{/php}
{$arrPlayUrl.name}
{/volist}
{/foreach}
简介
{$arrVideo.v_des}
你可能还喜欢
{video:listexp count="8" v_category="$arrVideo.v_category" d_key="key" d_val="Video" export_name="arrRelMix" cache_life="3600" /}
{volist name="arrRelMix" id="re"}
{$re.v_name}
{/volist}