小程序系列--tabbar设置

“tabBar”: {
“color”: “#626567”,
“selectedColor”: “#2A8CE5”,
“backgroundColor”: “#FBFBFB”,
“borderStyle”: “white”,
“list”: [{
“pagePath”: “pages/index/index”,
“text”: “”,
“iconPath”: “images/index.png”,
“selectedIconPath”: “images/index_focus.png”
}, {
“pagePath”: “pages/discovery/discovery”,
“text”: “”,
“iconPath”: “images/discovery.png”,
“selectedIconPath”: “images/discovery_focus.png”
}, {
“pagePath”: “pages/notify/notify”,
“text”: “”,
“iconPath”: “images/ring.png”,
“selectedIconPath”: “images/ring_focus.png”
}, {
“pagePath”: “pages/chat/chat”,
“text”: “”,
“iconPath”: “images/chat.png”,
“selectedIconPath”: “images/chat_focus.png”
}, {
“pagePath”: “pages/more/more”,
“text”: “”,
“iconPath”: “images/burger.png”,
“selectedIconPath”: “images/burger_focus.png”
}]
},

猜你喜欢

转载自blog.csdn.net/webofrxy/article/details/80291651