Commit fd981fc6 by 陈超

A

parent 7bb3a16b
...@@ -9,10 +9,9 @@ ...@@ -9,10 +9,9 @@
<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 href="{$adlt['bannerurl']}" title="{$adlt['banner_title']}"> <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> --> </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