diff --git a/pages.json b/pages.json index e673f57..ad16eee 100644 --- a/pages.json +++ b/pages.json @@ -974,26 +974,26 @@ "list": [ { "pagePath": "pages/home/index", - "iconPath": "", - "selectedIconPath": "", + "iconPath": "/static/images/tabbar/tabbar-01-on.png", + "selectedIconPath": "/static/images/tabbar/tabbar-01-on.png", "text": "首页" }, { "pagePath": "pages/cloud/haveFun", - "iconPath": "", - "selectedIconPath": "", + "iconPath": "/static/images/tabbar/tabbar-01-on.png", + "selectedIconPath": "/static/images/tabbar/tabbar-01-on.png", "text": "寻趣味" }, { "pagePath": "pages/cart", - "iconPath": "", - "selectedIconPath": "", + "iconPath": "/static/images/tabbar/tabbar-01-on.png", + "selectedIconPath": "/static/images/tabbar/tabbar-01-on.png", "text": "购物车" }, { "pagePath": "pages/user/User/index", - "iconPath": "", - "selectedIconPath": "", + "iconPath": "/static/images/tabbar/tabbar-01-on.png", + "selectedIconPath": "/static/images/tabbar/tabbar-01-on.png", "text": "我的" } ] diff --git a/static/images/tabbar/tabbar-01-on.png b/static/images/tabbar/tabbar-01-on.png new file mode 100644 index 0000000..4a8a5c8 Binary files /dev/null and b/static/images/tabbar/tabbar-01-on.png differ