diff --git a/app.json b/app.json index 52259e3..03389c5 100644 --- a/app.json +++ b/app.json @@ -71,8 +71,8 @@ } }, "tabBar": { - "color": "#B5BAC6", - "selectedColor": "#273238", + "color": "#abb1be", + "selectedColor": "#b2743d", "list": [ { "pagePath": "pages/main/index", @@ -80,6 +80,12 @@ "selectedIconPath": "assets/images/home-a.png", "text": "首页" }, + { + "pagePath": "pages/index/searchbar/index", + "iconPath": "assets/images/mendian.png", + "selectedIconPath": "assets/images/mendian-a.png", + "text": "门店" + }, { "pagePath": "pages/passCar/passCar", "iconPath": "assets/images/park.png", diff --git a/assets/images/home-a.png b/assets/images/home-a.png index 2728520..66dc006 100644 Binary files a/assets/images/home-a.png and b/assets/images/home-a.png differ diff --git a/assets/images/home-n.png b/assets/images/home-n.png deleted file mode 100644 index 8eabafe..0000000 Binary files a/assets/images/home-n.png and /dev/null differ diff --git a/assets/images/home-y.png b/assets/images/home-y.png deleted file mode 100644 index dbe9b25..0000000 Binary files a/assets/images/home-y.png and /dev/null differ diff --git a/assets/images/home.png b/assets/images/home.png index f6f4e9a..af69aa1 100644 Binary files a/assets/images/home.png and b/assets/images/home.png differ diff --git a/assets/images/mendian-a.png b/assets/images/mendian-a.png new file mode 100644 index 0000000..0ffa6e8 Binary files /dev/null and b/assets/images/mendian-a.png differ diff --git a/assets/images/mendian.png b/assets/images/mendian.png new file mode 100644 index 0000000..cf27114 Binary files /dev/null and b/assets/images/mendian.png differ diff --git a/assets/images/park-a.png b/assets/images/park-a.png index 6aea20f..814d0ec 100644 Binary files a/assets/images/park-a.png and b/assets/images/park-a.png differ diff --git a/assets/images/park.png b/assets/images/park.png index 6e174fd..10c0d8b 100644 Binary files a/assets/images/park.png and b/assets/images/park.png differ diff --git a/assets/images/pass0.png b/assets/images/pass0.png deleted file mode 100644 index 9eaad91..0000000 Binary files a/assets/images/pass0.png and /dev/null differ diff --git a/assets/images/pass1.png b/assets/images/pass1.png deleted file mode 100644 index d2cfd99..0000000 Binary files a/assets/images/pass1.png and /dev/null differ diff --git a/assets/images/user-a.png b/assets/images/user-a.png index 38fa70f..b824184 100644 Binary files a/assets/images/user-a.png and b/assets/images/user-a.png differ diff --git a/assets/images/user-n.png b/assets/images/user-n.png deleted file mode 100644 index 1918d8f..0000000 Binary files a/assets/images/user-n.png and /dev/null differ diff --git a/assets/images/user-y.png b/assets/images/user-y.png deleted file mode 100644 index 08612e9..0000000 Binary files a/assets/images/user-y.png and /dev/null differ diff --git a/assets/images/user.png b/assets/images/user.png index 1e65e53..3394923 100644 Binary files a/assets/images/user.png and b/assets/images/user.png differ diff --git a/ext.json b/ext.json index da2c431..057d054 100644 --- a/ext.json +++ b/ext.json @@ -22,8 +22,8 @@ }, "directCommit": false, "tabBar": { - "color": "#B5BAC6", - "selectedColor": "#273238", + "color": "#abb1be", + "selectedColor": "#b2743d", "list": [ { "pagePath": "pages/main/index", @@ -31,6 +31,12 @@ "selectedIconPath": "assets/images/home-a.png", "text": "首页" }, + { + "pagePath": "pages/index/searchbar/index", + "iconPath": "assets/images/mendian.png", + "selectedIconPath": "assets/images/mendian-a.png", + "text": "门店" + }, { "pagePath": "pages/passCar/passCar", "iconPath": "assets/images/park.png",