From 007a314095ad4bb0f484cc50bbb7bdade651431b Mon Sep 17 00:00:00 2001 From: Ge Hao Date: Wed, 15 Feb 2017 16:16:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=8F=98tabBar=E7=9A=84=E9=A2=9C?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.json | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/app.json b/app.json index 1206756..ee0ec0c 100644 --- a/app.json +++ b/app.json @@ -16,25 +16,28 @@ "navigationBarTextStyle":"black" }, "tabBar": { - "color": "#dddddd", + "color": "black", "selectedColor": "#BF8600", - "borderStyle": "black", - "backgroundColor": "#323232", + "borderStyle": "white", + "backgroundColor": "white", + "position": "top", "list": [{ "pagePath": "pages/index/index", "iconPath": "images/ba.png", "selectedIconPath": "images/ba_active.png", "text": "首页" - },{ + }, + { + "pagePath": "pages/category/category", + "iconPath": "images/cart.png", + "selectedIconPath": "images/cart_active.png", + "text": "分类" + }, + { "pagePath": "pages/cart/cart", "iconPath": "images/cart.png", "selectedIconPath": "images/cart_active.png", "text": "购物车" - },{ - "pagePath": "pages/mine/mine", - "iconPath": "images/profile.png", - "selectedIconPath": "images/profile_active.png", - "text": "我的" }] } }