123456789101112131415161718 |
- <view class="indexContainer">
- <swiper class="banners" autoplay circular interval="2000" indicator-dots="true" indicator-color="ivory" indicator-active-color="#d43c33" next-margin="0rpx" previous-margin="0rpx">
- <swiper-item>
- <image src="../../images/1.jpg"></image>
- </swiper-item>
- <swiper-item bindtap="toIndex">
- <image src="../../images/2.jpg"></image>
- </swiper-item>
- <swiper-item bindtap="toIndex">
- <image src="../../images/3.jpg"></image>
- </swiper-item>
- </swiper>
- <view>
- <rich-text nodes="{{htmlSnip}}"></rich-text>
- </view>
-
- </view>
|