"tabBar": {
"color": "#909399",
"selectedColor": "#303133",
"backgroundColor": "#FFFFFF",
"borderStyle": "black",
"list": [{
"pagePath": "pages/guide/guide",
"iconPath": "static/tab-images/home.png",
"selectedIconPath": "static/tab-images/home-active.png",
"text": "%homepage%"
},
// {
// "pagePath": "pages/index/index",
// "iconPath": "static/tab-images/services.png",
// "selectedIconPath": "static/tab-images/services-active.png",
// "text": "短租服务"
// },
// {
// "pagePath": "pages/house/index",
// "iconPath": "static/tab-images/news.png",
// "selectedIconPath": "static/tab-images/news-active.png",
// "text": "%house1%"
// },
{
"pagePath": "pages/message/message",
"iconPath": "static/tab-images/notify.png",
"selectedIconPath": "static/tab-images/notify-active.png",
"text": "%messageXx%"
}, {
"pagePath": "pages/mine/mine",
"iconPath": "static/tab-images/services.png",
"selectedIconPath": "static/tab-images/services-active.png",
"text": "%mine1%"
}
]
},
pages标题都是这样配置的{
"path": "personalCenter/personalCenter",
"style": {
"navigationBarTitleText": "%personalCenter%",
"enablePullDownRefresh": false
}
},