|
@@ -151,22 +151,20 @@
|
|
|
"spacing": "3px",
|
|
|
"list": [{
|
|
|
"pagePath": "pages/index/index",
|
|
|
- "iconPath": "static/icon/nav02_a.png",
|
|
|
- "selectedIconPath": "static/icon/nav02.png",
|
|
|
- "text": "发现"
|
|
|
+ "iconPath": "static/images/tabBar/index.png",
|
|
|
+ "selectedIconPath": "static/images/tabBar/index_selected.png",
|
|
|
+ "text": "家园"
|
|
|
},
|
|
|
- /*
|
|
|
{
|
|
|
"pagePath": "pages/friend/index",
|
|
|
- "iconPath": "static/icon/nav01_a.png",
|
|
|
- "selectedIconPath": "static/icon/nav01.png",
|
|
|
- "text": "伙伴"
|
|
|
+ "iconPath": "static/images/tabBar/take.png",
|
|
|
+ "selectedIconPath": "static/images/tabBar/take_selected.png",
|
|
|
+ "text": "阅览"
|
|
|
},
|
|
|
- */
|
|
|
{
|
|
|
"pagePath": "pages/user/index",
|
|
|
- "iconPath": "static/icon/nav03_a.png",
|
|
|
- "selectedIconPath": "static/icon/nav03.png",
|
|
|
+ "iconPath": "static/images/tabBar/mine.png",
|
|
|
+ "selectedIconPath": "static/images/tabBar/mine_selected.png",
|
|
|
"text": "我的"
|
|
|
}
|
|
|
]
|