{ "pages": [ "pages/login/login", "pages/index/index", "pages/prodDetail/prodDetail", "pages/all/all", "pages/cart/cart", "pages/my/personalCenter/personalCenter", "pages/Mall/sortCommodity/sortCommodity", "pages/Mall/presaleCommodity/presaleCommodity", "pages/Mall/newCommodity/newCommodity", "pages/Mall/hotCommodity/hotCommodity", "pages/order/confirmOrder/confirmOrder", "pages/order/orderDetail/orderDetail", "pages/my/addressManage/addressManage", "pages/my/addAddress/addAddress", "pages/my/myOrder/myOrder" ], "window": { "backgroundColor": "#FFFFFF", "backgroundTextStyle": "dark", "navigationBarBackgroundColor": "#dfefec", "navigationBarTitleText": "谷鹿鹿Q", "navigationBarTextStyle": "black", "pageOrientation": "portrait" }, "style": "v2", "rendererOptions": { "skyline": { "defaultDisplayBlock": true, "defaultContentBox": true, "tagNameStyleIsolation": "legacy", "disableABTest": true, "sdkVersionBegin": "3.0.0", "sdkVersionEnd": "15.255.255" } }, "componentFramework": "glass-easel", "sitemapLocation": "sitemap.json", "lazyCodeLoading": "requiredComponents", "tabBar": { "color": "#333333", "selectedColor": "#8dbbb8", "borderStyle": "white", "backgroundColor": "#dfefec", "list": [ { "pagePath": "pages/index/index", "iconPath": "images/index/homepage.png", "selectedIconPath": "images/index/homepage.png", "text": "主页" }, { "pagePath": "pages/all/all", "iconPath": "images/index/all.png", "selectedIconPath": "images/index/all.png", "text": "全部商品" }, { "pagePath": "pages/cart/cart", "iconPath": "images/index/mycarts.png", "selectedIconPath": "images/index/mycarts.png", "text": "购物车" }, { "pagePath": "pages/my/personalCenter/personalCenter", "iconPath": "images/index/mine.png", "selectedIconPath": "images/index/mine.png", "text": "我的" } ] } }