diff --git a/order-app/src/pages.json b/order-app/src/pages.json index 73cb7dd..0b3528e 100644 --- a/order-app/src/pages.json +++ b/order-app/src/pages.json @@ -45,23 +45,23 @@ "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index", - "iconPath": "static/logo.png", - "selectedIconPath": "static/logo.png", + "iconPath": "static/home.png", + "selectedIconPath": "static/home_select.png", "text": "首页" }, { "pagePath": "pages/category/category", - "iconPath": "static/logo.png", - "selectedIconPath": "static/logo.png", + "iconPath": "static/category.png", + "selectedIconPath": "static/category_select.png", "text": "分类" }, { "pagePath": "pages/car/car", - "iconPath": "static/logo.png", - "selectedIconPath": "static/logo.png", + "iconPath": "static/car.png", + "selectedIconPath": "static/car_select.png", "text": "购物车" }, { "pagePath": "pages/mine/mine", - "iconPath": "static/logo.png", - "selectedIconPath": "static/logo.png", + "iconPath": "static/mine.png", + "selectedIconPath": "static/mine_select.png", "text": "我的" }] } diff --git a/order-app/src/static/car.png b/order-app/src/static/car.png new file mode 100644 index 0000000..e17d172 Binary files /dev/null and b/order-app/src/static/car.png differ diff --git a/order-app/src/static/car_select.png b/order-app/src/static/car_select.png new file mode 100644 index 0000000..73bbcd8 Binary files /dev/null and b/order-app/src/static/car_select.png differ diff --git a/order-app/src/static/category.png b/order-app/src/static/category.png new file mode 100644 index 0000000..4993438 Binary files /dev/null and b/order-app/src/static/category.png differ diff --git a/order-app/src/static/category_select.png b/order-app/src/static/category_select.png new file mode 100644 index 0000000..404e1cc Binary files /dev/null and b/order-app/src/static/category_select.png differ diff --git a/order-app/src/static/home.png b/order-app/src/static/home.png new file mode 100644 index 0000000..bdb8e93 Binary files /dev/null and b/order-app/src/static/home.png differ diff --git a/order-app/src/static/home_select.png b/order-app/src/static/home_select.png new file mode 100644 index 0000000..ce83d39 Binary files /dev/null and b/order-app/src/static/home_select.png differ diff --git a/order-app/src/static/mine.png b/order-app/src/static/mine.png new file mode 100644 index 0000000..4239070 Binary files /dev/null and b/order-app/src/static/mine.png differ diff --git a/order-app/src/static/mine_select.png b/order-app/src/static/mine_select.png new file mode 100644 index 0000000..a60f37b Binary files /dev/null and b/order-app/src/static/mine_select.png differ