{ "pages": [ "pages/home/index", "pages/products/index", "pages/products/detail", "pages/orders/index", "pages/orders/detail", "pages/express/create", "pages/group-buy/index", "pages/group-buy/detail", "pages/second-hand/index", "pages/second-hand/create", "pages/notices/index", "pages/profile/index", "pages/address/index" ], "window": { "navigationBarTitleText": "邻小帮", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "backgroundColor": "#f6f7f9" }, "tabBar": { "color": "#6b7280", "selectedColor": "#0f766e", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/home/index", "text": "首页" }, { "pagePath": "pages/group-buy/index", "text": "团购" }, { "pagePath": "pages/second-hand/index", "text": "闲置" }, { "pagePath": "pages/profile/index", "text": "我的" } ] } }