You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <view wx:if="{{list.length>0}}" class="index-slide-view">
- <swiper class="imageContainer" bindchange="handleChange" previous-margin="39rpx" next-margin="40rpx" circular autoplay>
- <block wx:for="{{list}}" wx:key="{{index}}">
- <swiper-item class="item">
- <image data-id="{{item.id}}" data-data="{{item}}" bindtap='gotobannerdetail' class="itemImg {{currentIndex == index ? 'active': ''}}" src="{{item.coverImg}}"></image>
- </swiper-item>
- </block>
- </swiper>
- </view>
|