diff --git a/pages.json b/pages.json index 67842e5..acd5ed5 100644 --- a/pages.json +++ b/pages.json @@ -458,31 +458,31 @@ { "pagePath": "pages/shouye/index", "iconPath": "static/tab/n1.png", - "selectedIconPath": "static/tab/s1.png", + "selectedIconPath": "static/tab/c1.png", "text": "首页" }, { "pagePath": "pages/mall/index", "iconPath": "static/tab/n5.png", - "selectedIconPath": "static/tab/s5.png", + "selectedIconPath": "static/tab/c5.png", "text": "商城" }, { "pagePath": "pages/hegui/hegui", "iconPath": "static/tab/n3.png", - "selectedIconPath": "static/tab/s3.png", + "selectedIconPath": "static/tab/c3.png", "text": "盒柜" }, { "pagePath": "pages/infinite/index", "iconPath": "static/tab/n2.png", - "selectedIconPath": "static/tab/s2.png", + "selectedIconPath": "static/tab/c2.png", "text": "福利" }, { "pagePath": "pages/user/index", "iconPath": "static/tab/n4.png", - "selectedIconPath": "static/tab/s4.png", + "selectedIconPath": "static/tab/c4.png", "text": "我的" } ] diff --git a/static/tab/s1.png b/static/tab/c1.png similarity index 100% rename from static/tab/s1.png rename to static/tab/c1.png diff --git a/static/tab/s2.png b/static/tab/c2.png similarity index 100% rename from static/tab/s2.png rename to static/tab/c2.png diff --git a/static/tab/s3.png b/static/tab/c3.png similarity index 100% rename from static/tab/s3.png rename to static/tab/c3.png diff --git a/static/tab/s4.png b/static/tab/c4.png similarity index 100% rename from static/tab/s4.png rename to static/tab/c4.png diff --git a/static/tab/s5.png b/static/tab/c5.png similarity index 100% rename from static/tab/s5.png rename to static/tab/c5.png