{ "pages": [ "pages/index/index", "pages/logs/logs", "pages/rise/rise", "pages/drop/drop", "pages/me/me", "pages/details/details", "pages/next/next", "pages/news/news", "pages/filter/filter", "pages/item/item", "pages/auth/auth", "pages/search/search", "pages/attention/attention", "pages/login/login" ], "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "证券分析", "navigationBarTextStyle": "black" }, "tabBar": { "color": "#fff", "selectedColor": "#fff", "backgroundColor": "#000", "borderStyle": "white", "list": [ { "selectedIconPath": "images/tabBar011.png", "iconPath": "images/tabBar001.png", "pagePath": "pages/index/index", "text": "首页" }, { "selectedIconPath": "images/tabBar012.png", "iconPath": "images/tabBar002.png", "pagePath": "pages/rise/rise", "text": "涨幅" }, { "selectedIconPath": "images/tabBar013.png", "iconPath": "images/tabBar003.png", "pagePath": "pages/drop/drop", "text": "跌幅" }, { "selectedIconPath": "images/tabBar014.png", "iconPath": "images/tabBar004.png", "pagePath": "pages/me/me", "text": "我的" }, { "selectedIconPath": "images/tabBar014.png", "iconPath": "images/tabBar004.png", "pagePath": "pages/login/login", "text": "login" } ] }, "style": "v2", "sitemapLocation": "sitemap.json" }