From 8a7ebcdcf056832d15b1c10cb1f8e184a6c3c5f6 Mon Sep 17 00:00:00 2001 From: yinjiacheng Date: Thu, 26 Sep 2024 15:57:55 +0800 Subject: [PATCH] update: docs/api/get-current-pages.md --- docs/api/get-current-pages.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/api/get-current-pages.md b/docs/api/get-current-pages.md index 32e182e6..491bb934 100644 --- a/docs/api/get-current-pages.md +++ b/docs/api/get-current-pages.md @@ -29,7 +29,8 @@ |backgroundTextStyle |String |4.18 |4.18 |x |light | |onReachBottomDistance |Number |x |x |4.18 |50 | |pageOrientation |String |4.18 |4.25 |x |auto | - +|showStatusBar |Boolean |4.31 |x |x |true +|showBottomNavigationIndicator |Boolean |4.31 |x |x |true **注意事项** - web端由于会自动摇树优化未使用的特性,如果整个项目中都没有使用到下拉刷新`enablePullDownRefresh`,那么下拉刷新功能会被摇掉,此时设置打开下拉刷新将无效。 -- GitLab