{ "pages": [ // 消费者端页面 { "path": "pages/mall/consumer/index", "style": { "navigationBarTitleText": "商城首页", "enablePullDownRefresh": true } }, { "path": "pages/mall/consumer/category", "style": { "navigationBarTitleText": "商品分类" } }, { "path": "pages/mall/consumer/search", "style": { "navigationBarTitleText": "搜索商品", "navigationStyle": "custom" } }, { "path": "pages/mall/consumer/product-detail", "style": { "navigationBarTitleText": "商品详情" } }, { "path": "pages/mall/consumer/cart", "style": { "navigationBarTitleText": "购物车" } }, { "path": "pages/mall/consumer/orders", "style": { "navigationBarTitleText": "我的订单", "enablePullDownRefresh": true } }, { "path": "pages/mall/consumer/order-detail", "style": { "navigationBarTitleText": "订单详情" } }, { "path": "pages/mall/consumer/address", "style": { "navigationBarTitleText": "收货地址" } }, { "path": "pages/mall/consumer/address-edit", "style": { "navigationBarTitleText": "编辑地址" } }, { "path": "pages/mall/consumer/coupons", "style": { "navigationBarTitleText": "我的优惠券" } }, { "path": "pages/mall/consumer/favorites", "style": { "navigationBarTitleText": "我的收藏" } }, { "path": "pages/mall/consumer/profile", "style": { "navigationBarTitleText": "个人中心" } } ], "tabBar": { "color": "#999999", "selectedColor": "#007aff", "backgroundColor": "#ffffff", "borderStyle": "black", "list": [ { "pagePath": "pages/mall/consumer/index", "text": "首页", "iconPath": "static/tab-home.png", "selectedIconPath": "static/tab-home-active.png" }, { "pagePath": "pages/mall/consumer/category", "text": "分类", "iconPath": "static/tab-category.png", "selectedIconPath": "static/tab-category-active.png" }, { "pagePath": "pages/mall/consumer/cart", "text": "购物车", "iconPath": "static/tab-cart.png", "selectedIconPath": "static/tab-cart-active.png" }, { "pagePath": "pages/mall/consumer/orders", "text": "订单", "iconPath": "static/tab-order.png", "selectedIconPath": "static/tab-order-active.png" }, { "pagePath": "pages/mall/consumer/profile", "text": "我的", "iconPath": "static/tab-profile.png", "selectedIconPath": "static/tab-profile-active.png" } ] } }