From 4256e2d7244fc2e1bd89aef27f79a8d123c43739 Mon Sep 17 00:00:00 2001 From: qiang Date: Thu, 27 Oct 2022 17:54:58 +0800 Subject: [PATCH] docs: update globalStyle.navigationBarTextStyle --- 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 d189e96a3..5028223b3 100644 --- a/docs/collocation/pages.md +++ b/docs/collocation/pages.md @@ -134,7 +134,7 @@ |属性|类型|默认值|描述|平台差异说明| |:-|:-|:-|:-|:-| |navigationBarBackgroundColor|HexColor|#F7F7F7|导航栏背景颜色(同状态栏背景色)|APP与H5为#F7F7F7,小程序平台请参考相应小程序文档| -|navigationBarTextStyle|String|white|导航栏标题颜色及状态栏前景颜色,仅支持 black/white|| +|navigationBarTextStyle|String|white|导航栏标题颜色及状态栏前景颜色,仅支持 black/white|支付宝小程序不支持,请使用 [my.setNavigationBar](https://opendocs.alipay.com/mini/api/xwq8e6)| |navigationBarTitleText|String||导航栏标题文字内容|| |navigationStyle|String|default|导航栏样式,仅支持 default/custom。custom即取消默认的原生导航栏,需看[使用注意](/collocation/pages?id=customnav)|微信小程序 7.0+、百度小程序、H5、App(2.0.3+)| |backgroundColor|HexColor|#ffffff|下拉显示出来的窗口的背景色|微信小程序| -- GitLab