{$arrVideo.v_name}
类型:{$arrVideo.type.type_name}
主演:{$arrVideo.v_actor}
地区:{$arrVideo.v_area}
年份:{$arrVideo.v_year}
{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}
剧情简介
{$arrVideo.v_des}
相关推荐
{video:listexp count="8" v_category="$arrVideo.v_category" d_key="key" d_val="Video"
export_name="arrRelated" cache_life="3600" /}
{volist name="arrRelated" id="re"}
{$re.v_name}
{/volist}