赞
踩
- @State swiperimgs:Array<Object>=[
- $r('app.media.a'), //本地图片或者网络图片
- $r('app.media.b'),
- $r('app.media.c'),
- $r('app.media.d')
- ]
- Column(){
- Swiper(){
- ForEach(this.swiperimgs, (item) => {
- Image(item)
- .width('90%')
- .height(180)
- .borderRadius(25)
- })
- }
- .borderRadius(25)
- .autoPlay(true)
- .indicator(false)
- .itemSpace(10)
- .onChange((index: number) => {
- console.info('当前的是:',index.toString())
- })
- }
- .width('100%')
- .borderRadius(25)
- .margin({top:30})
可点击下方名片,拉您
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。