debug
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
|
||||
{block name="get-data"}
|
||||
|
||||
{if $Request.route.intVId}
|
||||
{video:info v_id="$Request.route.intVId" v_key="arrVideo" /}
|
||||
{if $Request.route.intVId && $Request.route.intVForgeId}
|
||||
{video:info v_id="$Request.route.intVId" v_key="arrVideo" v_fid="$Request.route.intVForgeId" /}
|
||||
{elseif $Request.route.intVId}
|
||||
{video:info v_id="$Request.route.intVId" v_key="arrVideo" /}
|
||||
{else}
|
||||
{video:info v_id="$DomainModel->info_id" n_key="arrVideo" n_forge_id="0" /}
|
||||
{video:info v_id="$DomainModel->info_id" n_key="arrVideo" /}
|
||||
{/if}
|
||||
{site:grm page_code="h5_video_info" diff="$arrVideo.v_id" num="120" g_key="arrGrm" /}
|
||||
|
||||
@@ -237,6 +239,20 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{if !empty($arrVideo.v_seo_words)}
|
||||
<div class="ecd28f pannel-box clearfix">
|
||||
<div class="c83885 box-title"> <span class="a9af85 title-lb"></span>
|
||||
<h2>相似推荐</h2>
|
||||
</div>
|
||||
<div class="e43487 col-md-1 col-sm-1 col-xs-1 detail-info">
|
||||
{volist name='$arrVideo.v_seo_words' key="index" id='SeoWords' }
|
||||
<a
|
||||
href='{site:vfurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" v_fid="$index"/}'>{$SeoWords}</a>
|
||||
{/volist}
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<div class="ecd28f pannel-box clearfix">
|
||||
<div class="c83885 box-title"> <span class="a9af85 title-lb"></span>
|
||||
@@ -249,6 +265,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="d6c745 pannel-box clearfix">
|
||||
<div class="f611b9 box-title"> <span class="d56ee0 title-lb"></span>
|
||||
<h2>播放列表</h2>
|
||||
|
||||
Reference in New Issue
Block a user