文章目录
1、window
1.1、window-小程序窗口的组成部分
 
这里要设置开启全局刷新,下拉才会显示刷新区域,开启代码如下:
"enablePullDownRefresh":true

1.2、了解 window 节点常用的配置项
| 属性名 | 类型 | 默认值 | 说明 | 
|---|---|---|---|
| navigationBarTitleText | String | 字符串 | 导航栏标题文字内容 | 
| navigationBarBackgroundColor | HexColor | #000000 | 导航栏背景颜色 | 
| navigationBarTextStyle | String | white | 导航栏标题颜色(仅支持 black / white) | 
| backgroundColor | H | 










