Commit 3d41453c by 陈超

T

parent 9756072e
......@@ -16,6 +16,17 @@
</van-search>
</a>
<!--banner start-->
<van-swipe class="home_swapper" indicator-color="white">
<volist name="ad_list" id="adlt">
<van-swipe-item>
<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)}" />
</a>
</van-swipe-item>
</volist>
</van-swipe>
<volist name="config_index.item" id="item_name">
<eq name="item_name" value="category">
<!-- 分类 -->
......
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