页面配置文件和常用的配置项
1.在msg.json中配置window中的颜色和背景色
"navigationBarBackgroundColor": "#efefef", "navigationBarTextStyle": "black"
2.可以看到home中的没有发生变化但是msg的发生变化了,这个和前面的css一样都是就近原则
3.常用的配置项
属性 默认值 描述 navigationBarBackgroundColor
efefef
导航栏背景色 navigationBarTextStyle
black,
标签颜色(black/white) navigationBarTitleText
文字内容 backgroundColor
小程序中的页面配置和网络数据请求
于 2023-08-22 23:18:08 首次发布