From e9eff56fcc8fd36522aa1016b50cecac027a8607 Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Tue, 27 Aug 2019 14:23:10 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=AD=A3=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E5=AF=BC=E8=88=AA=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/collocation/pages.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/collocation/pages.md b/docs/collocation/pages.md index 88a62ee4..26d822da 100644 --- a/docs/collocation/pages.md +++ b/docs/collocation/pages.md @@ -79,7 +79,7 @@ |navigationBarBackgroundColor|HexColor|#F7F7F7|导航栏背景颜色(同状态栏背景色)|APP与H5为#F7F7F7,小程序平台请参考相应小程序文档|| |navigationBarTextStyle|String|white|导航栏标题颜色及状态栏前景颜色,仅支持 black/white|| |navigationBarTitleText|String||导航栏标题文字内容|| -|navigationStyle|String|default|导航栏样式,仅支持 default/custom。custom即取消默认的原生导航栏,需看[使用注意](/collocation/pages?id=/customnav)|微信小程序 7.0+、百度小程序、H5、App(2.0.3+)| +|navigationStyle|String|default|导航栏样式,仅支持 default/custom。custom即取消默认的原生导航栏,需看[使用注意](/collocation/pages?id=customnav)|微信小程序 7.0+、百度小程序、H5、App(2.0.3+)| |backgroundColor|HexColor|#ffffff|窗口的背景色|微信小程序| |backgroundTextStyle|String|dark|下拉 loading 的样式,仅支持 dark / light|微信小程序| |enablePullDownRefresh|Boolean|false|是否开启下拉刷新,详见[页面生命周期](/use?id=页面生命周期)。|| @@ -159,7 +159,7 @@ |navigationBarTextStyle|String|white|导航栏标题颜色及状态栏前景颜色,仅支持 black/white|| |navigationBarTitleText|String||导航栏标题文字内容|| |navigationBarShadow|Object||导航栏阴影,配置参考下方 [导航栏阴影](/collocation/pages?id=navigationBarShadow)|| -|navigationStyle|String|default|导航栏样式,仅支持 default/custom。custom即取消默认的原生导航栏,需看[使用注意](/collocation/pages?id=/customnav)|微信小程序 7.0+、百度小程序、H5、App(2.0.3+)| +|navigationStyle|String|default|导航栏样式,仅支持 default/custom。custom即取消默认的原生导航栏,需看[使用注意](/collocation/pages?id=customnav)|微信小程序 7.0+、百度小程序、H5、App(2.0.3+)| |disableScroll|Boolean|false|设置为 true 则页面整体不能上下滚动(bounce效果),只在页面配置中有效,在globalStyle中设置无效|微信小程序(iOS)、百度小程序(iOS)| |backgroundColor|HexColor|#ffffff|窗口的背景色|微信小程序、百度小程序、头条小程序| |backgroundTextStyle|String|dark|下拉 loading 的样式,仅支持 dark/light|| @@ -259,7 +259,7 @@ **Tips** -- 每个页面均支持通过配置 `titleNView:false` 来禁用原生导航栏。一旦禁用原生导航,请注意阅读[自定义导航注意事项](/collocation/pages?id=/customnav)。 +- 每个页面均支持通过配置 `titleNView:false` 来禁用原生导航栏。一旦禁用原生导航,请注意阅读[自定义导航注意事项](/collocation/pages?id=customnav)。 - `titleNView` 不能设置 `autoBackButton`、`homeButton`等属性 - `titleNView` 的 `type` 值为 `transparent` 时,导航栏为透明渐变导航栏 - 在 `titleNView` 配置 `buttons` 后,监听按钮的点击事件,vue 页面参考:[onNavigationBarButtonTap](/frame?id=页面生命周期)、nvue 页面参考:[uni.onNavigationBarButtonTap](/use-weex?id=onnavigationbarbuttontap) -- GitLab