|
|
@@ -1,42 +1,42 @@
|
|
|
{
|
|
|
"tabBar": {
|
|
|
"backgroundColor": "#fff",
|
|
|
- "selectedColor": "#ED301D",
|
|
|
- "color": "#707070",
|
|
|
- "borderStyle": "black",
|
|
|
- "fontSize": "11px",
|
|
|
- "iconWidth": "24px",
|
|
|
+ "selectedColor": "#000000",
|
|
|
+ "color": "#999999",
|
|
|
+ "borderStyle": "white",
|
|
|
+ "fontSize": "12px",
|
|
|
+ "iconWidth": "22px",
|
|
|
"height": "50px",
|
|
|
"list": [
|
|
|
{
|
|
|
"text": "icoco",
|
|
|
"pagePath": "pages/index/index",
|
|
|
- "iconPath": "static/tabBar/index-no.png",
|
|
|
- "selectedIconPath": "static/tabBar/index.png"
|
|
|
+ "iconPath": "/static/img/tabBar/index-no.png",
|
|
|
+ "selectedIconPath": "/static/img/tabBar/index.png"
|
|
|
},
|
|
|
{
|
|
|
"text": "圈子",
|
|
|
"pagePath": "pages/circle/index",
|
|
|
- "iconPath": "static/tabBar/circle-no.png",
|
|
|
- "selectedIconPath": "static/tabBar/circle.png"
|
|
|
+ "iconPath": "/static/img/tabBar/circle-no.png",
|
|
|
+ "selectedIconPath": "/static/img/tabBar/circle.png"
|
|
|
},
|
|
|
{
|
|
|
"text": "消息",
|
|
|
"pagePath": "pages/msg/index",
|
|
|
- "iconPath": "static/tabBar/msg-no.png",
|
|
|
- "selectedIconPath": "static/tabBar/msg.png"
|
|
|
+ "iconPath": "/static/img/tabBar/msg-no.png",
|
|
|
+ "selectedIconPath": "/static/img/tabBar/msg.png"
|
|
|
},
|
|
|
// {
|
|
|
// "text": "排行榜",
|
|
|
// "pagePath": "pages/ranking/index",
|
|
|
- // "iconPath": "static/tabBar/ranking-no.png",
|
|
|
- // "selectedIconPath": "static/tabBar/ranking.png"
|
|
|
+ // "iconPath": "/static/img/tabBar/ranking-no.png",
|
|
|
+ // "selectedIconPath": "/static/img/tabBar/ranking.png"
|
|
|
// },
|
|
|
{
|
|
|
"text": "我的",
|
|
|
"pagePath": "pages/my/index",
|
|
|
- "iconPath": "static/tabBar/my-no.png",
|
|
|
- "selectedIconPath": "static/tabBar/my.png"
|
|
|
+ "iconPath": "/static/img/tabBar/my-no.png",
|
|
|
+ "selectedIconPath": "/static/img/tabBar/my.png"
|
|
|
}
|
|
|
]
|
|
|
},
|