{ "pages": [ "pages/secondhand/index", "pages/profile/index", "pages/secondhand/publish", "pages/secondhand/detail", "pages/profile/orders", "pages/index/index", "pages/logs/logs" ], "window": { "backgroundTextStyle": "light", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffffff", "navigationBarTitleText": "宿小君", "backgroundColor": "#f7f7f7" }, "tabBar": { "color": "#999999", "selectedColor": "#3A86FF", "backgroundColor": "#ffffff", "borderStyle": "black", "list": [ { "pagePath": "pages/secondhand/index", "text": "二手超市", "iconPath": "images/secondhand.png", "selectedIconPath": "images/secondhand_selected.png" }, { "pagePath": "pages/profile/index", "text": "我的", "iconPath": "images/profile.png", "selectedIconPath": "images/profile_selected.png" } ] }, "style": "v2", "sitemapLocation": "sitemap.json" }