From c66e3f3caaf0e3042c0d90a179bf46dead604bef Mon Sep 17 00:00:00 2001 From: wangxingF2e <1506884346@qq.com> Date: Wed, 20 Apr 2022 08:24:36 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/collocation/pages.md.=20=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E5=AE=9D=20navigationBarTextStyle=20=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E5=B7=AE=E5=BC=82=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/collocation/pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/collocation/pages.md b/docs/collocation/pages.md index 5de6a23db..98b9d864b 100644 --- a/docs/collocation/pages.md +++ b/docs/collocation/pages.md @@ -133,7 +133,7 @@ |属性|类型|默认值|描述|平台差异说明| |:-|:-|:-|:-|:-| |navigationBarBackgroundColor|HexColor|#F7F7F7|导航栏背景颜色(同状态栏背景色)|APP与H5为#F7F7F7,小程序平台请参考相应小程序文档| -|navigationBarTextStyle|String|white|导航栏标题颜色及状态栏前景颜色,仅支持 black/white|| +|navigationBarTextStyle|String|white|导航栏标题颜色及状态栏前景颜色,仅支持 black/white||支付宝小程序只有背景颜色为白 标题颜色才会变为黑色 |navigationBarTitleText|String||导航栏标题文字内容|| |navigationStyle|String|default|导航栏样式,仅支持 default/custom。custom即取消默认的原生导航栏,需看[使用注意](/collocation/pages?id=customnav)|微信小程序 7.0+、百度小程序、H5、App(2.0.3+)| |backgroundColor|HexColor|#ffffff|下拉显示出来的窗口的背景色|微信小程序| -- Gitee