From f0c30a06be79d757b7bc01a2e3747f562243a367 Mon Sep 17 00:00:00 2001 From: yinjiacheng Date: Thu, 17 Oct 2024 20:16:13 +0800 Subject: [PATCH] update: docs/api/get-current-pages.md --- docs/api/get-current-pages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/get-current-pages.md b/docs/api/get-current-pages.md index 006db5ff..40fe63ae 100644 --- a/docs/api/get-current-pages.md +++ b/docs/api/get-current-pages.md @@ -30,8 +30,8 @@ |onReachBottomDistance |Number |x |x |4.18 |50 | |pageOrientation |String |4.18 |4.25 |x |auto | |disableSwipeBack |Boolean|x |4.18 |x |false | -|showStatusBar |Boolean |4.31 |x |x |true -|showBottomNavigationIndicator |Boolean |4.31 |x |x |true +|hideStatusBar |Boolean |4.31 |x |x |false +|hideBottomNavigationIndicator |Boolean |4.31 |x |x |false **注意事项** - web端由于会自动摇树优化未使用的特性,如果整个项目中都没有使用到下拉刷新`enablePullDownRefresh`,那么下拉刷新功能会被摇掉,此时设置打开下拉刷新将无效。 -- GitLab