page.json//page.json相当于app.json中的window
{
"navigationBarBackgroundColor": "#ffffff",//导航栏背景颜色
"navigationBarTextStyle": "black",//导航栏标题颜色,仅支持 black/white
"navigationBarTitleText": "微信接口功能演示",//导航栏标题文字内容
"backgroundColor": "#eeeeee",//窗口的背景色
"backgroundTextStyle": "light"//下拉背景字体、loading 图的样式,仅支持 dark/light
"enablePullDownRefresh": true//是否开启下拉刷新
"disableScroll": false//设置为 true 则页面整体不能上下滚动;只在 page.json 中有效,无法在 app.json 中设置该项
}
发表回复
要发表评论,您必须先登录。