LSG122800

博客园 首页 新随笔 联系 订阅 管理
<!-- 轮播图 -->
	<view>
		<swiper indicator-dots="{{indicatorDots}}" autoplay="{{autoplay}}" interval="{{interval}}" circular="true">
			<block wx:for="{{swiperList}}" wx:key="index">
				<swiper-item>
					<image src="{{item.image}}" class="slide-image" width="100%" height="100%" />
				</swiper-item>
			</block>
		</swiper>
	</view>

  

 data: {
    mode: "scaleToFill",
    indicatorDots: true,
    autoplay: true,
    interval: 2000,
    
  },

  

posted on 2020-08-12 20:23  12345zxc  阅读(799)  评论(0编辑  收藏  举报