| backgroundColor | 底部导航背景色 |
| list | 导航配置数组 |
2.2 list数组元素
| 属性 | 说明 |
| :-: | :-: |
| pagePath | 页面访问地址 |
| iconPath | 未选择时,图片路径 |
| selectedIconPath | 选中时,图片路径 |
| text | 导航图标下方文字 |
3.1 创建空项目,配置app.json文件
{
“pages”: [
“pages/index/index”,
“pages/picture/picture”,
“pages/video/video”,
“pages/map/map”,
“pages/guest/guest”
],
“window”:{
“backgroundTextStyle”:“light”,
“navigationBarBackgroundColor”: “#ff4c91”,
“navigationBarTitleText”: “婚礼邀请函”,
“navigationBarTextStyle”:“black”,
“enablePullDownRefresh”: false
},
“tabBar”: {
“color”: “#ccc”,
“selectedColor”: “#ff4