|
@@ -1,7 +1,7 @@
|
|
|
<wxs src="../../utils/filter.wxs" module="filters" />
|
|
|
<navigationBar bind:reload='reload' showNav="{{false}}"></navigationBar>
|
|
|
<view class="matchBox">
|
|
|
- <swiper class="swiper" autoplay circular indicator-dots="{{bannerList.length>1}}" indicator-active-color="#fff"
|
|
|
+ <swiper class="bannerList" autoplay circular indicator-dots="{{bannerList.length>1}}" indicator-active-color="#fff"
|
|
|
indicator-color='#ecececa1'>
|
|
|
<swiper-item wx:for="{{bannerList}}" wx:key="id">
|
|
|
<image src="{{item.icon}}" class="headerImg" />
|