{php} $strDetailPlaySlug = trim((string)($arrVideo['v_name_en'] ?? '')); if ($strDetailPlaySlug === '') { $strDetailPlaySlug = (string)($arrVideo['v_id'] ?? ''); } {/php}

{$arrVideo.v_name}

{$arrVideo.v_year} · {$arrVideo.type.type_name} · {$arrVideo.v_area}

{$arrVideo.v_name}
{// 线路按钮条 }
{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}

{$re.v_name}

{/volist}