|
@@ -4,7 +4,8 @@
|
|
|
"pages/logs/logs",
|
|
|
"pages/rise/rise",
|
|
|
"pages/drop/drop",
|
|
|
- "pages/me/me"
|
|
|
+ "pages/me/me",
|
|
|
+ "pages/details/details"
|
|
|
],
|
|
|
"window": {
|
|
|
"backgroundTextStyle": "light",
|
|
@@ -12,38 +13,37 @@
|
|
|
"navigationBarTitleText": "首页",
|
|
|
"navigationBarTextStyle": "black"
|
|
|
},
|
|
|
- "tabBar":{
|
|
|
- "color":"#fff",
|
|
|
- "selectedColor":"#fff",
|
|
|
+ "tabBar": {
|
|
|
+ "color": "#fff",
|
|
|
+ "selectedColor": "#fff",
|
|
|
"backgroundColor": "#000",
|
|
|
- "borderStyle":"white",
|
|
|
- "list":[
|
|
|
+ "borderStyle": "white",
|
|
|
+ "list": [
|
|
|
{
|
|
|
- "selectedIconPath":"images/tabBar011.png",
|
|
|
- "iconPath":"images/tabBar001.png",
|
|
|
- "pagePath":"pages/index/index",
|
|
|
- "text":"首页"
|
|
|
+ "selectedIconPath": "images/tabBar011.png",
|
|
|
+ "iconPath": "images/tabBar001.png",
|
|
|
+ "pagePath": "pages/index/index",
|
|
|
+ "text": "首页"
|
|
|
},
|
|
|
{
|
|
|
- "selectedIconPath":"images/tabBar012.png",
|
|
|
- "iconPath":"images/tabBar002.png",
|
|
|
- "pagePath":"pages/rise/rise",
|
|
|
- "text":"涨幅"
|
|
|
+ "selectedIconPath": "images/tabBar012.png",
|
|
|
+ "iconPath": "images/tabBar002.png",
|
|
|
+ "pagePath": "pages/rise/rise",
|
|
|
+ "text": "涨幅"
|
|
|
},
|
|
|
{
|
|
|
- "selectedIconPath":"images/tabBar013.png",
|
|
|
- "iconPath":"images/tabBar003.png",
|
|
|
- "pagePath":"pages/drop/drop",
|
|
|
- "text":"跌幅"
|
|
|
+ "selectedIconPath": "images/tabBar013.png",
|
|
|
+ "iconPath": "images/tabBar003.png",
|
|
|
+ "pagePath": "pages/drop/drop",
|
|
|
+ "text": "跌幅"
|
|
|
},
|
|
|
{
|
|
|
- "selectedIconPath":"images/tabBar014.png",
|
|
|
- "iconPath":"images/tabBar004.png",
|
|
|
- "pagePath":"pages/me/me",
|
|
|
- "text":"我的"
|
|
|
+ "selectedIconPath": "images/tabBar014.png",
|
|
|
+ "iconPath": "images/tabBar004.png",
|
|
|
+ "pagePath": "pages/me/me",
|
|
|
+ "text": "我的"
|
|
|
}
|
|
|
]
|
|
|
-
|
|
|
},
|
|
|
"style": "v2",
|
|
|
"sitemapLocation": "sitemap.json"
|