{ "pages": [ { "path": "pages/gold-price/index", "style": { "navigationBarTitleText": "魔兽世界金币价格查询", "navigationBarBackgroundColor": "#1989fa", "navigationBarTextStyle": "white", "enablePullDownRefresh": true } } ], "globalStyle": { "navigationBarBackgroundColor": "#1989fa", "navigationBarTextStyle": "white", "navigationBarTitleText": "魔兽世界金币价格查询", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {}, "tabBar": { "color": "#7A7E83", "selectedColor": "#3cc51f", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/gold-price/index", "iconPath": "static/icon_home.png", "selectedIconPath": "static/icon_home_selected.png", "text": "金币价格" } ] } }