index
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
{block name="get-data"}
|
||||
|
||||
{video:listexp count="10" sort_type="tuijian" d_key="key" d_val="Video" cache_life="3600" export_name="arrVideoTuijian"
|
||||
{video:listexp count="6" sort_type="tuijian" d_key="key" d_val="Video" cache_life="3600" export_name="arrVideoTuijian"
|
||||
/}
|
||||
{video:listexp count="10" sort_type="piaofang" d_key="key" d_val="Video" cache_life="3600"
|
||||
{video:listexp count="6" sort_type="piaofang" d_key="key" d_val="Video" cache_life="3600"
|
||||
export_name="arrVideoPiaofang" /}
|
||||
|
||||
{site:grm page_code="h5_index" diff="0" num="100" g_key="arrGrm" /}
|
||||
@@ -135,6 +135,18 @@ export_name="arrVideoPiaofang" /}
|
||||
|
||||
<div class="a5da29 container">
|
||||
|
||||
<div class="movie-tuijian-list">
|
||||
{ad:list code="INDEX_TOP_GUANG_GAO" order="rand" limit="3" id="Ad"}
|
||||
<a class="movei-tuijian-item" href="{site:vurl v_id='$Ad.gg_sort' v_py='$Ad.gg_tiao_zhuan_di_zhi'/}" >
|
||||
<div>
|
||||
<img src="/static/img/loading.webp" class="lazyload-img video-cover" data-src="{$Ad.gg_tu_pian}" alt="{$Ad.gg_wen_zi}">
|
||||
<img src="/static/img/play.png" class="video-play-btn" alt="">
|
||||
</div>
|
||||
<h3>{$Ad.gg_wen_zi}</h3>
|
||||
</a>
|
||||
{/ad:list}
|
||||
</div>
|
||||
|
||||
<h1 class="view-title">
|
||||
<a href="/">{$DomainModel->d_name}</a>-{$DomainModel->d_text_logo}
|
||||
</h1>
|
||||
@@ -147,7 +159,7 @@ export_name="arrVideoPiaofang" /}
|
||||
<div class="d752db row">
|
||||
<ul class="e72f7b img-list col-md-wide-12 col-sm-wide-1 col-xs-1 p-sm-0 p-xs-5 cs-list-r">
|
||||
{foreach $arrVideoTuijian as $key=>$Video }
|
||||
{include file="public/video-list-shu" start="10" col-md="5"/}
|
||||
{include file="public/video-list-shu" start="10" col-md="6"/}
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
@@ -160,7 +172,7 @@ export_name="arrVideoPiaofang" /}
|
||||
<div class="d752db row">
|
||||
<ul class="e72f7b img-list col-md-wide-12 col-sm-wide-1 col-xs-1 p-sm-0 p-xs-5">
|
||||
{foreach $arrVideoPiaofang as $key=>$Video }
|
||||
{include file="public/video-list-shu-pf" start="0" col-md="5"/}
|
||||
{include file="public/video-list-shu-pf" start="0" col-md="6"/}
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user