diff --git a/docs/api/get-current-pages.md b/docs/api/get-current-pages.md index 32e182e6fe8ddc567dc4e7ee05fff67eeb7c6b48..491bb934d938c17de3bd5e017ec36affc0728b87 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`,那么下拉刷新功能会被摇掉,此时设置打开下拉刷新将无效。