|
|
@@ -5,8 +5,8 @@ |
|
|
|
<image data-id="{{item.id}}" data-data="{{item}}" mode='widthFix' bindtap='gotobannerdetail' src="{{item.coverImg}}" class="index-slide-image" /> |
|
|
|
</swiper-item> |
|
|
|
</block> |
|
|
|
</swiper> --> |
|
|
|
<swiper class="imageContainer" bindchange="handleChange" previous-margin="70rpx" next-margin="70rpx" circular autoplay> |
|
|
|
</swiper>autoplay --> |
|
|
|
<swiper class="imageContainer" bindchange="handleChange" previous-margin="39rpx" next-margin="40rpx" circular> |
|
|
|
<block wx:for="{{list}}" wx:key="{{index}}"> |
|
|
|
<swiper-item class="item"> |
|
|
|
<image class="itemImg {{currentIndex == index ? 'active': ''}}" src="{{item.coverImg}}"></image> |
|
|
|