~~~
//在app.json文件中配置
"tabBar": {
"color": "#666",
"selectedColor": "#3785F9",
"position": "bottom",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "電影",
"iconPath": "/images/tab/dianying.png",
"selectedIconPath": "/images/tab/dianying_hl.png"
},
{
"pagePath": "pages/map/map",
"text": "地圖",
"iconPath": "/images/tab/map.png",
"selectedIconPath": "/images/tab/map_hl.png"
}
]
}
~~~