diff --git a/docs/collocation/pages.md b/docs/collocation/pages.md index 342d0b339189cbc5f001d5a7b65c5644ef151d95..c8426e939a5ead79bb9ac7a380ab1da36c0e08ad 100644 --- a/docs/collocation/pages.md +++ b/docs/collocation/pages.md @@ -136,7 +136,7 @@ |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|下拉显示出来的窗口的背景色|微信小程序| +|backgroundColor|HexColor|#ffffff|窗口的背景色|微信小程序| |backgroundTextStyle|String|dark|下拉 loading 的样式,仅支持 dark / light|微信小程序| |enablePullDownRefresh|Boolean|false|是否开启下拉刷新,详见[页面生命周期](/tutorial/page.html#lifecycle)。|| |onReachBottomDistance|Number|50|页面上拉触底事件触发时距页面底部距离,单位只支持px,详见[页面生命周期](/tutorial/page.html#lifecycle)||