diff --git a/custom-tab-bar/index.js b/custom-tab-bar/index.js index 337c160..a992f58 100644 --- a/custom-tab-bar/index.js +++ b/custom-tab-bar/index.js @@ -16,17 +16,19 @@ Component({ "selectedIconPath": "/static/tabbar/s2.png", "text": "" }, + { + "pagePath": "/pages/mall/index", + "iconPath": "/static/tabbar/m5.png", + "selectedIconPath": "/static/tabbar/s5.png", + "text": "" + }, { "pagePath": "/pages/sangdai/sangdai", "iconPath": "/static/tabbar/m3.png", "selectedIconPath": "/static/tabbar/s3.png", "text": "" }, - { - "pagePath": "/pages/shop/index", - "iconPath": "/static/tabbar/m5.png", - "selectedIconPath": "/static/tabbar/s5.png" - }, + { "pagePath": "/pages/user/index", "iconPath": "/static/tabbar/m4.png",