Commit 7f4b0643472af03603556e43fdbaa8c0d194fae9
1 parent
83747aa2
优化商品分类&添加自定义底部导航
Showing
1 changed file
with
1 additions
and
32 deletions
app.json
| @@ -111,38 +111,7 @@ | @@ -111,38 +111,7 @@ | ||
| 111 | "backgroundColor": "#ffffff", | 111 | "backgroundColor": "#ffffff", |
| 112 | "enablePullDownRefresh": true | 112 | "enablePullDownRefresh": true |
| 113 | }, | 113 | }, |
| 114 | - "tabBar": { | ||
| 115 | - "color": "#6e6d6b", | ||
| 116 | - "selectedColor": "#f23030", | ||
| 117 | - "borderStyle": "white", | ||
| 118 | - "backgroundColor": "#ffffff", | ||
| 119 | - "list": [ | ||
| 120 | - { | ||
| 121 | - "pagePath": "pages/index/index/index", | ||
| 122 | - "text": "首页", | ||
| 123 | - "iconPath": "packageA/images/bar/index.png", | ||
| 124 | - "selectedIconPath": "packageA/images/bar/index_on.png" | ||
| 125 | - }, | ||
| 126 | - { | ||
| 127 | - "pagePath": "pages/goods/categoryList/categoryList", | ||
| 128 | - "text": "分类", | ||
| 129 | - "iconPath": "packageA/images/bar/fl.png", | ||
| 130 | - "selectedIconPath": "packageA/images/bar/fl_on.png" | ||
| 131 | - }, | ||
| 132 | - { | ||
| 133 | - "pagePath": "pages/cart/cart/cart", | ||
| 134 | - "text": "购物车", | ||
| 135 | - "iconPath": "packageA/images/bar/car.png", | ||
| 136 | - "selectedIconPath": "packageA/images/bar/car_on.png" | ||
| 137 | - }, | ||
| 138 | - { | ||
| 139 | - "pagePath": "pages/user/index/index", | ||
| 140 | - "text": "我的", | ||
| 141 | - "iconPath": "packageA/images/bar/user.png", | ||
| 142 | - "selectedIconPath": "packageA/images/bar/user_on.png" | ||
| 143 | - } | ||
| 144 | - ] | ||
| 145 | - }, | 114 | + |
| 146 | "debug": false, | 115 | "debug": false, |
| 147 | "sitemapLocation": "sitemap.json" | 116 | "sitemapLocation": "sitemap.json" |
| 148 | } | 117 | } |
| 149 | \ No newline at end of file | 118 | \ No newline at end of file |