{ "pages": [ { "path": "pages/mall/consumer/index", "style": { "navigationBarTitleText": "首页", "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/mall/consumer/category", "style": { "navigationBarTitleText": "分类" } }, { "path": "pages/mall/consumer/messages", "style": { "navigationBarTitleText": "消息", "enablePullDownRefresh": true } }, { "path": "pages/mall/consumer/cart", "style": { "navigationBarTitleText": "购物车" } }, { "path": "pages/mall/consumer/profile", "style": { "navigationBarTitleText": "我的" } }, { "path": "pages/mall/consumer/search", "style": { "navigationBarTitleText": "搜索", "navigationStyle": "custom" } }, { "path": "pages/mall/consumer/product-detail", "style": { "navigationBarTitleText": "商品详情" } }, { "path": "pages/mall/consumer/shop-detail", "style": { "navigationBarTitleText": "店铺详情" } }, { "path": "pages/mall/consumer/coupons", "style": { "navigationBarTitleText": "我的优惠券" } }, { "path": "pages/mall/consumer/favorites", "style": { "navigationBarTitleText": "我的收藏" } }, { "path": "pages/mall/consumer/footprint", "style": { "navigationBarTitleText": "我的足迹" } }, { "path": "pages/mall/consumer/address-list", "style": { "navigationBarTitleText": "收货地址" } }, { "path": "pages/mall/consumer/address-edit", "style": { "navigationBarTitleText": "编辑地址" } } ], "tabBar": { "color": "#999999", "selectedColor": "#ff5000", "backgroundColor": "#ffffff", "borderStyle": "black", "list": [ { "pagePath": "pages/mall/consumer/index", "text": "首页", "iconPath": "static/tabbar/home.png", "selectedIconPath": "static/tabbar/home-active.png" }, { "pagePath": "pages/mall/consumer/category", "text": "分类", "iconPath": "static/tabbar/category.png", "selectedIconPath": "static/tabbar/category-active.png" }, { "pagePath": "pages/mall/consumer/messages", "text": "消息", "iconPath": "static/tabbar/messages.png", "selectedIconPath": "static/tabbar/messages-active.png" }, { "pagePath": "pages/mall/consumer/cart", "text": "购物车", "iconPath": "static/tabbar/cart.png", "selectedIconPath": "static/tabbar/cart-active.png" }, { "pagePath": "pages/mall/consumer/profile", "text": "我的", "iconPath": "static/tabbar/profile.png", "selectedIconPath": "static/tabbar/profile-active.png" } ] } }