From d7330e9b50d00b467c3c20a0491c220dfbf8d656 Mon Sep 17 00:00:00 2001 From: usgeek <940208412@qq.com> Date: Thu, 19 Jul 2018 02:39:51 +0800 Subject: [PATCH] =?UTF-8?q?app.json=E9=A1=B5=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- litemall-wx/app.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/litemall-wx/app.json b/litemall-wx/app.json index 2ba767f8..59b59c90 100644 --- a/litemall-wx/app.json +++ b/litemall-wx/app.json @@ -35,40 +35,41 @@ "pages/about/index" ], "window": { + "navigationBarTitleText": "litemall小程序商城", + "navigationBarTextStyle": "#FFFFFF", + "navigationBarBackgroundColor": "#696969", + "backgroundColor": "#FFFFFF", "backgroundTextStyle": "dark", - "navigationBarBackgroundColor": "#fff", - "navigationBarTitleText": "仿网易严选", - "navigationBarTextStyle": "black", - "enablePullDownRefresh": true + "enablePullDownRefresh": false }, "tabBar": { "backgroundColor": "#fafafa", "borderStyle": "white", - "selectedColor": "#b4282d", + "selectedColor": "#AB956D", "color": "#666", "list": [ { "pagePath": "pages/index/index", "iconPath": "static/images/ic_menu_choice_nor.png", - "selectedIconPath": "static/images/ic_menu_choice_pressed.png", + "selectedIconPath": "static/images/home@selected.png", "text": "首页" }, { "pagePath": "pages/catalog/catalog", "iconPath": "static/images/ic_menu_sort_nor.png", - "selectedIconPath": "static/images/ic_menu_sort_pressed.png", + "selectedIconPath": "static/images/category@selected.png", "text": "分类" }, { "pagePath": "pages/cart/cart", "iconPath": "static/images/ic_menu_shoping_nor.png", - "selectedIconPath": "static/images/ic_menu_shoping_pressed.png", + "selectedIconPath": "static/images/cart@selected.png", "text": "购物车" }, { "pagePath": "pages/ucenter/index/index", "iconPath": "static/images/ic_menu_me_nor.png", - "selectedIconPath": "static/images/ic_menu_me_pressed.png", + "selectedIconPath": "static/images/my@selected.png", "text": "个人" } ]