|
|
@@ -4,7 +4,7 @@
|
|
|
<image mode="widthFix" src="../images/search.png"></image>
|
|
|
</view>
|
|
|
|
|
|
-<swiper catchtap="toBanner" class="banner" indicator-dots="{{true}}" autoplay="" indicator-active-color='#ffffff'>
|
|
|
+<swiper catchtap="toBanner" class="banner" indicator-dots="{{true}}" autoplay="true" interval="5000" circular="true" indicator-active-color='#ffffff'>
|
|
|
<block wx:for="{{lb}}" wx:key="*this">
|
|
|
<swiper-item>
|
|
|
<image src="{{item.img}}" data-id="{{item.url}}"></image>
|