Commit 7bb3a16b by 陈超

A

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