|
|
@@ -1,4 +1,45 @@
|
|
|
{
|
|
|
+ "tabBar": {
|
|
|
+ "backgroundColor": "#fff",
|
|
|
+ "selectedColor": "#ED301D",
|
|
|
+ "color": "#707070",
|
|
|
+ "borderStyle": "black",
|
|
|
+ "fontSize": "11px",
|
|
|
+ "iconWidth": "24px",
|
|
|
+ "height": "50px",
|
|
|
+ "list": [
|
|
|
+ {
|
|
|
+ "text": "icoco",
|
|
|
+ "pagePath": "pages/index/index",
|
|
|
+ "iconPath": "static/tabBar/index-no.png",
|
|
|
+ "selectedIconPath": "static/tabBar/index.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "text": "圈子",
|
|
|
+ "pagePath": "pages/circle/index",
|
|
|
+ "iconPath": "static/tabBar/circle-no.png",
|
|
|
+ "selectedIconPath": "static/tabBar/circle.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "text": "消息",
|
|
|
+ "pagePath": "pages/msg/index",
|
|
|
+ "iconPath": "static/tabBar/msg-no.png",
|
|
|
+ "selectedIconPath": "static/tabBar/msg.png"
|
|
|
+ },
|
|
|
+ // {
|
|
|
+ // "text": "排行榜",
|
|
|
+ // "pagePath": "pages/ranking/index",
|
|
|
+ // "iconPath": "static/tabBar/ranking-no.png",
|
|
|
+ // "selectedIconPath": "static/tabBar/ranking.png"
|
|
|
+ // },
|
|
|
+ {
|
|
|
+ "text": "我的",
|
|
|
+ "pagePath": "pages/my/index",
|
|
|
+ "iconPath": "static/tabBar/my-no.png",
|
|
|
+ "selectedIconPath": "static/tabBar/my.png"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
"pages": [
|
|
|
{
|
|
|
"path": "pages/index/index",
|
|
|
@@ -93,13 +134,40 @@
|
|
|
"enablePullDownRefresh": false
|
|
|
}
|
|
|
},
|
|
|
-
|
|
|
{
|
|
|
"path": "pages/text/tantan",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "",
|
|
|
"enablePullDownRefresh": false
|
|
|
}
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/circle/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/msg/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/ranking/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/my/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
}
|
|
|
],
|
|
|
"globalStyle": {
|