|
@@ -14,18 +14,23 @@
|
|
|
"navigationBarTextStyle": "black"
|
|
"navigationBarTextStyle": "black"
|
|
|
},
|
|
},
|
|
|
"tabBar": {
|
|
"tabBar": {
|
|
|
- "list": [
|
|
|
|
|
- {
|
|
|
|
|
|
|
+ "list": [{
|
|
|
"pagePath": "pages/index/index",
|
|
"pagePath": "pages/index/index",
|
|
|
- "text": "首页"
|
|
|
|
|
|
|
+ "text": "首页",
|
|
|
|
|
+ "iconPath": "images/tabBar/index.png",
|
|
|
|
|
+ "selectedIconPath": "images/tabBar/index-c.png"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"pagePath": "pages/voyages/voyages",
|
|
"pagePath": "pages/voyages/voyages",
|
|
|
- "text": "航次"
|
|
|
|
|
|
|
+ "text": "航次",
|
|
|
|
|
+ "iconPath": "images/tabBar/voyage.png",
|
|
|
|
|
+ "selectedIconPath": "images/tabBar/voyage-c.png"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"pagePath": "pages/me/me",
|
|
"pagePath": "pages/me/me",
|
|
|
- "text": "我"
|
|
|
|
|
|
|
+ "text": "我",
|
|
|
|
|
+ "iconPath": "images/tabBar/user.png",
|
|
|
|
|
+ "selectedIconPath": "images/tabBar/user-c.png"
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|