diff --git a/pages.json b/pages.json index 4992e41..5a632f1 100644 --- a/pages.json +++ b/pages.json @@ -706,7 +706,7 @@ "list": [ { "iconPath": "static/image/tabbar/home_gray.png", - "selectedIconPath": "static/image/tabbar/home.png", + "selectedIconPath": "static/image/tabbar/home_blue.png", "pagePath": "pages/home/index", "text": "首页" }, @@ -730,25 +730,25 @@ // }, { "iconPath": "static/image/tabbar/message_gray.png", - "selectedIconPath": "static/image/tabbar/message.png", + "selectedIconPath": "static/image/tabbar/message_blue.png", "pagePath": "pages/message/index", "text": "消息" }, { "iconPath": "static/image/tabbar/plus-square_gray.png", - "selectedIconPath": "static/image/tabbar/plus-square.png", + "selectedIconPath": "static/image/tabbar/plus-square_blue.png", "pagePath": "pages/apply/index", "text": "报名" }, { "iconPath": "static/image/tabbar/order_gray.png", - "selectedIconPath": "static/image/tabbar/order.png", + "selectedIconPath": "static/image/tabbar/order_blue.png", "pagePath": "pages/order/index", "text": "工单" }, { "iconPath": "static/image/tabbar/user_gray.png", - "selectedIconPath": "static/image/tabbar/user.png", + "selectedIconPath": "static/image/tabbar/user_blue.png", "pagePath": "pages/person/index", "text": "我的" } diff --git a/static/image/tabbar/home_blue.png b/static/image/tabbar/home_blue.png new file mode 100644 index 0000000..f319f99 Binary files /dev/null and b/static/image/tabbar/home_blue.png differ diff --git a/static/image/tabbar/message_blue.png b/static/image/tabbar/message_blue.png new file mode 100644 index 0000000..883189e Binary files /dev/null and b/static/image/tabbar/message_blue.png differ diff --git a/static/image/tabbar/order_blue.png b/static/image/tabbar/order_blue.png new file mode 100644 index 0000000..b17e963 Binary files /dev/null and b/static/image/tabbar/order_blue.png differ diff --git a/static/image/tabbar/plus-square_blue.png b/static/image/tabbar/plus-square_blue.png new file mode 100644 index 0000000..29dd59d Binary files /dev/null and b/static/image/tabbar/plus-square_blue.png differ diff --git a/static/image/tabbar/user_blue.png b/static/image/tabbar/user_blue.png new file mode 100644 index 0000000..a526548 Binary files /dev/null and b/static/image/tabbar/user_blue.png differ