打开抖音扫一扫
发布者: pphantom | 发布时间: 2018-1-11 16:21| 查看数: 2457| 评论数: 1|帖子模式
1.更新了v0.12的版本后,每次保存都弹出来一个打开文件窗口。 2.swiper组件的属性indicator-dots,值为false时,面板指示点还是显示。要把indicator-dots属性直接删掉。
<view class="swiper-container"> <swiper autoplay="auto" interval="5000" duration="500" current="{{swiperCurrent}}" bindchange="swiperChange" class="swiper"> <block wx:for="{{slider}}" wx:key="unique"> <swiper-item> <image src="{{item.picUrl}}" class="img"></image> </swiper-item> </block> </swiper> <view class="dots"> <block wx:for="{{slider}}" wx:key="unique"> <view class="dot{{index == swiperCurrent ? ' active' : ''}}"></view> </block> </view> </view>
.swiper-container{ position: relative; } .swiper-container .swiper{ height: 300rpx; } .swiper-container .swiper .img{ width: 100%; height: 100%; } .swiper-container .dots{ position: absolute; left: 0; right: 0; bottom: 20rpx; display: flex; justify-content: center; } .swiper-container .dots .dot{ margin: 0 8rpx; width: 14rpx; height: 14rpx; background: #fff; border-radius: 8rpx; transition: all .6s; } .swiper-container .dots .dot.active{ width: 24rpx; background: #f80; }
Page({ data: { slider: [ {picUrl: ''}, {picUrl: ''}, {picUrl: ''}, ...... ], swiperCurrent: 0, }, swiperChange: function(e){ this.setData({ swiperCurrent: e.detail.current }) } })
43753818b90d7a340e445fa75fc17b2b.gif (1.19 MB, 下载次数: 44)
下载附件
1234.gif
2018-1-11 16:21 上传
工作时间 周一至周六 8:00-17:30
侵权处理
关注抖音号
定期抽VIP
Copyright © 2016-2021 https://www.171739.xyz/ 滇ICP备13200218号