index.wxml 647 B

123456789101112131415161718
  1. <view class="indexContainer">
  2. <swiper class="banners" autoplay circular interval="2000" indicator-dots="true" indicator-color="ivory" indicator-active-color="#d43c33" next-margin="0rpx" previous-margin="0rpx">
  3. <swiper-item>
  4. <image src="../../images/1.jpg"></image>
  5. </swiper-item>
  6. <swiper-item bindtap="toIndex">
  7. <image src="../../images/2.jpg"></image>
  8. </swiper-item>
  9. <swiper-item bindtap="toIndex">
  10. <image src="../../images/3.jpg"></image>
  11. </swiper-item>
  12. </swiper>
  13. <view>
  14. <rich-text nodes="{{htmlSnip}}"></rich-text>
  15. </view>
  16. </view>