pages.json
"tabBar": {
"color": "#333333",
"selectedColor": "#286AFF",
"borderStyle": "#ebebeb",
"backgroundColor": "white",
"height": "50px",
"midButton": {
"backgroundImage": "/static/tabbar/mid-btn__icon1.gif",
"width": "55px",
"height": "55px"
},
"list": [
{
"pagePath": "pages/home/home",
"iconPath": "/static/tabbar/home.png",
"selectedIconPath": "/static/tabbar/home-selected.png",
"text": "首页",
"visible": false
},
{
"pagePath": "pages/water-rain/index",
"iconPath": "/static/tabbar/water-rain.png",
"selectedIconPath": "/static/tabbar/water-rain-selected.png",
"text": "服务",
"visible": false
},
{
"pagePath": "pages/workorder/index",
"iconPath": "/static/tabbar/workorder.png",
"selectedIconPath": "/static/tabbar/workorder-selected.png",
"text": "工单",
"visible": false
},
{
"pagePath": "pages/my/index",
"iconPath": "/static/tabbar/my.png",
"selectedIconPath": "/static/tabbar/my-selected.png",
"text": "我的"
}
]
}
x***@foxmail.com (作者)
明白了,了解
2025-04-24 17:39