index.wxml 477 B

12345678910
  1. <!-- banner -->
  2. <view class="supplyAndDemandBanner">
  3. <view class="swiperBanner">
  4. <swiper autoplay indicator-dots circular="true" indicator-active-color="#fff" indicator-color="rgba(255,255,255,.5)">
  5. <swiper-item wx:for="{{swiperBannerList}}" wx:key="index">
  6. <image src="{{item.attinfos[0].fobsurl}}" data-index="{{index}}" catchtap="clickToPage" mode="aspectFill"></image>
  7. </swiper-item>
  8. </swiper>
  9. </view>
  10. </view>