From 1b96dbd5f28c325383d6f121169f805f1f36e35f Mon Sep 17 00:00:00 2001 From: yangweitao Date: Wed, 15 Mar 2023 16:20:01 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20b17846f=20from=20https://gitee.com/wood?= =?UTF-8?q?yangwt/docs/pulls/16124=20swiper=E7=BB=84=E4=BB=B6=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E6=92=AD=E6=94=BE=E6=97=B6=E5=8F=AF=E8=A2=AB=E4=BB=BB?= =?UTF-8?q?=E4=BD=95=E6=93=8D=E4=BD=9C=E6=89=93=E6=96=AD=EF=BC=8C=E5=8C=85?= =?UTF-8?q?=E6=8B=AC=E5=AF=BC=E8=88=AA=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yangweitao --- zh-cn/application-dev/reference/arkui-ts/ts-container-swiper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-container-swiper.md b/zh-cn/application-dev/reference/arkui-ts/ts-container-swiper.md index e9b00bc26c..66cdc22b56 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-container-swiper.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-container-swiper.md @@ -30,7 +30,7 @@ Swiper(controller?: SwiperController) | 名称 | 参数类型 | 描述 | | --------------------------- | ---------------------------------------- | ---------------------------------------- | | index | number | 设置当前在容器中显示的子组件的索引值。
默认值:0 | -| autoPlay | boolean | 子组件是否自动播放,自动播放状态下,导航点不可操作。
默认值:false | +| autoPlay | boolean | 子组件是否自动播放。
默认值:false | | interval | number | 使用自动播放时播放的时间间隔,单位为毫秒。
默认值:3000 | | indicator | boolean | 是否启用导航点指示器。
默认值:true | | loop | boolean | 是否开启循环。
设置为true时表示开启循环,在LazyForEach懒循环加载模式下,加载的组件数量建议大于5个。
默认值:true | -- GitLab