|
@@ -70,6 +70,20 @@
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "浏览文本"
|
|
|
}
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path" : "pages/statistics/index",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText" : ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path" : "pages/statistics/sss",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText" : "sticky-list"
|
|
|
+ }
|
|
|
}],
|
|
|
"tabBar": {
|
|
|
"color": "#000000",
|
|
@@ -87,11 +101,16 @@
|
|
|
"selectedIconPath": "static/images/tabbar/work_.png",
|
|
|
"text": "工作台"
|
|
|
}, {
|
|
|
+ "pagePath": "pages/statistics/index",
|
|
|
+ "iconPath": "static/images/tabbar/mine.png",
|
|
|
+ "selectedIconPath": "static/images/tabbar/mine_.png",
|
|
|
+ "text": "统计"
|
|
|
+ }/* , {
|
|
|
"pagePath": "pages/mine/index",
|
|
|
"iconPath": "static/images/tabbar/mine.png",
|
|
|
"selectedIconPath": "static/images/tabbar/mine_.png",
|
|
|
"text": "我的"
|
|
|
- }
|
|
|
+ } */
|
|
|
]
|
|
|
},
|
|
|
"globalStyle": {
|