Commit 6f35c553 by 刘海龙

1111

parent ec62f1da
...@@ -189,7 +189,7 @@ ...@@ -189,7 +189,7 @@
<volist name="live_list" id="le" offset="0" length='4'> <volist name="live_list" id="le" offset="0" length='4'>
<volist name="le" id="vo" offset="0" length='4'> <volist name="le" id="vo" offset="0" length='4'>
<div class="swiper-slide"> <div class="swiper-slide">
<img class="lazyload" data-original="{:getCover($vo[''] ,580 , 320 )}" alt="{:getCover($vo[''] ,580 , 320 )}"> <img class="lazyload" data-original="{:getCover($vo['cover'] ,580 , 320 )}" alt="{:getCover($vo['cover'] ,580 , 320 )}">
<div class="swpitem"> <div class="swpitem">
<div class="swpitemtitle">{$vo['video_title']}</div> <div class="swpitemtitle">{$vo['video_title']}</div>
<php>if($vo['startTime'] > 0){</php> <php>if($vo['startTime'] > 0){</php>
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<volist name="ad_list" id="adlt"> <volist name="ad_list" id="adlt">
<van-swipe-item> <van-swipe-item>
<a class="home_swapper_image" href="{$adlt['bannerurl']}" title="{$adlt['banner_title']}"> <a class="home_swapper_image" href="{$adlt['bannerurl']}" title="{$adlt['banner_title']}">
<van-image width="100%" height="100%" fit="cover" src="{:getCover($adlt['banner'],720,300)}" /> <van-image width="100%" height="100%" src="{:getCover($adlt['banner'],720,300)}" />
</a> </a>
</van-swipe-item> </van-swipe-item>
</volist> </volist>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment