|
@@ -15,7 +15,7 @@
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"tabBar": {
|
|
"tabBar": {
|
|
|
- "custom": false,
|
|
|
|
|
|
|
+ "custom": true,
|
|
|
"color": "#999999",
|
|
"color": "#999999",
|
|
|
"selectedColor": "#018d71",
|
|
"selectedColor": "#018d71",
|
|
|
"backgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8",
|
|
@@ -26,22 +26,16 @@
|
|
|
"spacing": "3px",
|
|
"spacing": "3px",
|
|
|
"list": [
|
|
"list": [
|
|
|
{
|
|
{
|
|
|
- "iconPath": "static/tabbar/home.png",
|
|
|
|
|
- "selectedIconPath": "static/tabbar/homeHL.png",
|
|
|
|
|
- "pagePath": "pages/index/index",
|
|
|
|
|
- "text": "首页"
|
|
|
|
|
|
|
+ "text": "首页",
|
|
|
|
|
+ "pagePath": "pages/index/index"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "iconPath": "static/tabbar/example.png",
|
|
|
|
|
- "selectedIconPath": "static/tabbar/exampleHL.png",
|
|
|
|
|
- "pagePath": "pages/about/about",
|
|
|
|
|
- "text": "关于"
|
|
|
|
|
|
|
+ "text": "关于",
|
|
|
|
|
+ "pagePath": "pages/about/about"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "iconPath": "static/tabbar/personal.png",
|
|
|
|
|
- "selectedIconPath": "static/tabbar/personalHL.png",
|
|
|
|
|
- "pagePath": "pages/me/me",
|
|
|
|
|
- "text": "个人"
|
|
|
|
|
|
|
+ "text": "我的",
|
|
|
|
|
+ "pagePath": "pages/me/me"
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|