3.在pages.json 设置全局配置

在pages.json

通过globalStyle进行全局配置
属性类型默认值描述

navigationBarBackgroundColorHexColor  #F7F7F7   顶部导航栏背景颜色(同状态栏背景色)

navigationBarTextStyleStringwhite                              顶部导航栏标题颜色及状态栏前景颜色,仅支持 black/white

navigationBarTitleTextString                                       顶部导航栏标题文字内容

backgroundColorHexColor #ffffff                                  窗口的背景色

backgroundTextStyleStringdark下拉 loading 的样式,仅支持 dark / light

enablePullDownRefreshBooleanfalse是否开启下拉刷新,详见页面生命周期。

"enablePullDownRefresh":true,开启下拉刷新

onReachBottomDistanceNumber50页面上拉触底事件触发时距页面底部距离,单位只支持px,详见页面生命周期

你可能感兴趣的:(3.在pages.json 设置全局配置)