diff --git a/docs/collocation/pages.md b/docs/collocation/pages.md index 466b8dff450..50b7951f070 100644 --- a/docs/collocation/pages.md +++ b/docs/collocation/pages.md @@ -252,8 +252,8 @@ |titleNView|Object||导航栏 ,详见:[导航栏](/collocation/pages?id=app-titleNView)|App、H5| |subNVues|Object||原生子窗体,详见:[原生子窗体](/collocation/pages?id=app-subNVues)|App 1.9.10+| |bounce|String||页面回弹效果,设置为 "none" 时关闭效果。|App(nvue Android暂无bounce效果)| -|softinputNavBar|String||iOS软键盘上完成工具栏的显示模式,设置为 "none" 时关闭工具栏。|仅ios生效| -|softinputMode|String|软键盘弹出模式,有 adjustResize、adjustPan 两种模式,默认为 adjustPan 模式|App| +|softinputNavBar|String|auto|iOS软键盘上完成工具栏的显示模式,设置为 "none" 时关闭工具栏。|仅ios生效| +|softinputMode||String|adjustPan|软键盘弹出模式,支持 adjustResize、adjustPan 两种模式|App| |pullToRefresh|Object||下拉刷新|App| |scrollIndicator|String||滚动条显示策略,设置为 "none" 时不显示滚动条。|App| |animationType|String|pop-in|窗口显示的动画效果,详见:[窗口动画](api/router?id=animation)。|App|