Commit 8f9e90fa by 陈超

T

parent c7a847e4
...@@ -22,12 +22,13 @@ ...@@ -22,12 +22,13 @@
</div> </div>
<van-swipe class="home_swapper" indicator-color="white"> <van-swipe class="home_swapper" indicator-color="white">
<volist name="ad_list" id="adlt">
<van-swipe-item> <van-swipe-item>
<van-image class="home_swapper_image" height="100%" fit="cover" src="https://img.yzcdn.cn/vant/cat.jpeg" /> <a href="{$adlt['bannerurl']}" title="{$adlt['banner_title']}">
</van-swipe-item> <van-image class="home_swapper_image" height="100%" fit="cover" src="{:getCover($adlt['banner'],720,300)}" />
<van-swipe-item> </a>
<van-image class="home_swapper_image" height="100%" fit="cover" src="https://img.yzcdn.cn/vant/cat.jpeg" />
</van-swipe-item> </van-swipe-item>
</volist>
</van-swipe> </van-swipe>
<!--banner end--> <!--banner end-->
......
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