|
@@ -48,29 +48,33 @@
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
- "tabBar": {
|
|
|
- "height": "90rpx",
|
|
|
- "iconWidth": "134rpx",
|
|
|
- "spacing": "0px",
|
|
|
- "backgroundColor": "transparent",
|
|
|
- "list": [{
|
|
|
- "pagePath": "pages/study/index",
|
|
|
- "iconPath": "static/images/tabbar/unselect/plan-sj.png",
|
|
|
- "selectedIconPath": "static/images/tabbar/select/plan-sj.png"
|
|
|
- }, {
|
|
|
- "pagePath": "pages/study/index",
|
|
|
- "iconPath": "static/images/tabbar/unselect/develop-sj.png",
|
|
|
- "selectedIconPath": "static/images/tabbar/select/develop-sj.png"
|
|
|
- }, {
|
|
|
- "pagePath": "pages/study/index",
|
|
|
- "iconPath": "static/images/tabbar/unselect/partner-sj.png",
|
|
|
- "selectedIconPath": "static/images/tabbar/select/partner-sj.png"
|
|
|
- }, {
|
|
|
- "pagePath": "pages/my/index",
|
|
|
- "iconPath": "static/images/tabbar/unselect/my-sj.png",
|
|
|
- "selectedIconPath": "static/images/tabbar/select/my-sj.png"
|
|
|
- }]
|
|
|
- },
|
|
|
+ "tabBar": {
|
|
|
+ "custom": true,
|
|
|
+ "list": []
|
|
|
+ },
|
|
|
+ // "tabBar": {
|
|
|
+ // "height": "90rpx",
|
|
|
+ // "iconWidth": "134rpx",
|
|
|
+ // "spacing": "0px",
|
|
|
+ // "backgroundColor": "transparent",
|
|
|
+ // "list": [{
|
|
|
+ // "pagePath": "pages/study/index",
|
|
|
+ // "iconPath": "static/images/tabbar/unselect/plan-sj.png",
|
|
|
+ // "selectedIconPath": "static/images/tabbar/select/plan-sj.png"
|
|
|
+ // }, {
|
|
|
+ // "pagePath": "pages/study/index",
|
|
|
+ // "iconPath": "static/images/tabbar/unselect/develop-sj.png",
|
|
|
+ // "selectedIconPath": "static/images/tabbar/select/develop-sj.png"
|
|
|
+ // }, {
|
|
|
+ // "pagePath": "pages/study/index",
|
|
|
+ // "iconPath": "static/images/tabbar/unselect/partner-sj.png",
|
|
|
+ // "selectedIconPath": "static/images/tabbar/select/partner-sj.png"
|
|
|
+ // }, {
|
|
|
+ // "pagePath": "pages/my/index",
|
|
|
+ // "iconPath": "static/images/tabbar/unselect/my-sj.png",
|
|
|
+ // "selectedIconPath": "static/images/tabbar/select/my-sj.png"
|
|
|
+ // }]
|
|
|
+ // },
|
|
|
"globalStyle": {
|
|
|
"navigationBarTextStyle": "black",
|
|
|
"navigationBarTitleText": "麦塔软件",
|