"tabBar": { "custom": true, "color": "#130F05", "backgroundColor": "#fff", "selectedColor": "#130F05", "borderStyle": "black", "list": [{ "text": "首页", "pagePath": "pages/home/index", "iconPath": "static/tabs/home.png", "selectedIconPath": "static/tabs/home-active.png" }, { "text": "线上商城", "pagePath": "pages/onlineShop/index", "iconPath": "static/tabs/store-active.png", "selectedIconPath": "static/tabs/store-active.png" }, { "text": "精选活动", "pagePath": "pages/discovery/index", "iconPath": "static/tabs/discovery.png", "selectedIconPath": "static/tabs/discovery-active.png" }, { "text": "我的", "pagePath": "pages/userCenter/index", "iconPath": "static/tabs/user.png", "selectedIconPath": "static/tabs/user-active.png" } ] },