Commit fd981fc6 by 陈超

A

parent 7bb3a16b
......@@ -9,10 +9,9 @@
<van-swipe class="home_swapper" indicator-color="white">
<volist name="ad_list" id="adlt">
<van-swipe-item>
<!-- <a href="{$adlt['bannerurl']}" title="{$adlt['banner_title']}">
</a> -->
<van-image class="home_swapper_image" height="100%" fit="cover" src="{:getCover($adlt['banner'],720,300)}" />
<a class="home_swapper_image" href="{$adlt['bannerurl']}" title="{$adlt['banner_title']}">
<van-image height="100%" fit="cover" src="{:getCover($adlt['banner'],720,300)}" />
</a>
</van-swipe-item>
</volist>
</van-swipe>
......
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