"navigationBarTitleText": "1111",
可以单独定义某个页面的顶部栏标题,将其单独写在当前页面json文件中
enablePullDownRefresh
指是否开启当前页面下拉刷新,值为true/false
navigationBarTitleText
指导航栏标题文字内容
navigationBarBackgroundColor
指导航栏背景颜色,如 #000000
navigationBarTextStyle
指导航栏标题颜色,仅支持 black / white
navigationStyle
指导航栏样式,仅default/custom
;default 默认样式,custom 自定义导航栏,只保留右上角胶囊按钮
backgroundColor
指窗口的背景色
backgroundTextStyle
指下拉 loading 的样式,仅支持 dark / light
示例:
{
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "111111",
"backgroundColor": "#eeeeee",
"backgroundTextStyle": "light"
}