|
@@ -31,8 +31,6 @@
|
|
}
|
|
}
|
|
],
|
|
],
|
|
"tabBar": {
|
|
"tabBar": {
|
|
- "custom": true,
|
|
|
|
- "borderStyle": "black",
|
|
|
|
"list": [
|
|
"list": [
|
|
{
|
|
{
|
|
"pagePath": "pages/home/home",
|
|
"pagePath": "pages/home/home",
|
|
@@ -52,7 +50,12 @@
|
|
"iconPath": "./img/me_unaction.png",
|
|
"iconPath": "./img/me_unaction.png",
|
|
"selectedIconPath": "./img/me_action.png"
|
|
"selectedIconPath": "./img/me_action.png"
|
|
}
|
|
}
|
|
- ]
|
|
|
|
|
|
+ ],
|
|
|
|
+ "color": "#999999",
|
|
|
|
+ "selectedColor": "#1AAD19",
|
|
|
|
+ "backgroundColor": "#FFFFFF",
|
|
|
|
+ "borderStyle": "black",
|
|
|
|
+ "position": "bottom"
|
|
},
|
|
},
|
|
"window": {
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"backgroundTextStyle": "light",
|