{ "tabBar" : { "color" : "#999999", "selectedColor" : "#FF0036", "list" : [ { "pagePath" : "pages/index/index", "text" : "商城", "iconPath" : "static/mall.png", "selectedIconPath" : "static/mall-a.png" }, { "pagePath" : "pages/news/news", "text" : "资讯", "iconPath" : "static/news.png", "selectedIconPath" : "static/news-a.png" }, { "pagePath" : "pages/shoppingCard/shoppingCard", "text" : "购物车", "iconPath" : "static/scart.png", "selectedIconPath" : "static/scart-a.png" }, { "pagePath" : "pages/my/my", "text" : "我的", "iconPath" : "static/my.png", "selectedIconPath" : "static/my-a.png" } ] }, "pages": [ { "path": "pages/index/index", "style": { "titleNView" : false, "navigationStyle" : "custom" } } ,{ "path" : "pages/productInfo/productInfo", "style" : {} } ,{ "path" : "pages/news/news", "style" : { "titleNView" : false, "navigationStyle" : "custom" } } ,{ "path" : "pages/shoppingCard/shoppingCard", "style" : { "titleNView" : false, "navigationStyle" : "custom" } } ,{ "path" : "pages/my/my", "style" : { "titleNView" : false, "navigationStyle" : "custom" } } ,{ "path" : "pages/artInfo/artInfo", "style" : { } } ,{ "path" : "pages/myorders/myorders", "style" : { "navigationBarTitleText":"我的订单" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "graceMall", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" } }