{ "pages": [ { "path": "pages/index/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom" } }, { "path": "pages/order-hall/order-hall", "style": { "navigationBarTitleText": "接单", "navigationStyle": "custom" } }, { "path": "pages/message/message", "style": { "navigationBarTitleText": "消息", "navigationStyle": "custom" } }, { "path": "pages/mine/mine", "style": { "navigationBarTitleText": "我的", "navigationStyle": "custom" } }, { "path": "pages/pickup/pickup", "style": { "navigationBarTitleText": "代取", "navigationStyle": "custom" } }, { "path": "pages/delivery/delivery", "style": { "navigationBarTitleText": "代送", "navigationStyle": "custom" } }, { "path": "pages/help/help", "style": { "navigationBarTitleText": "万能帮", "navigationStyle": "custom" } }, { "path": "pages/purchase/purchase", "style": { "navigationBarTitleText": "代购", "navigationStyle": "custom" } }, { "path": "pages/food/food", "style": { "navigationBarTitleText": "美食街", "navigationStyle": "custom" } }, { "path": "pages/food/shop-detail", "style": { "navigationBarTitleText": "门店详情", "navigationStyle": "custom" } }, { "path": "pages/food/food-order", "style": { "navigationBarTitleText": "美食街订单", "navigationStyle": "custom" } }, { "path": "pages/food/food-order-detail", "style": { "navigationBarTitleText": "美食街订单详情", "navigationStyle": "custom" } }, { "path": "pages/order/order-detail", "style": { "navigationBarTitleText": "订单详情", "navigationStyle": "custom" } }, { "path": "pages/order/my-orders", "style": { "navigationBarTitleText": "我的订单", "navigationStyle": "custom" } }, { "path": "pages/order/my-taken", "style": { "navigationBarTitleText": "我的接单", "navigationStyle": "custom" } }, { "path": "pages/order/complete-order", "style": { "navigationBarTitleText": "完成订单确认", "navigationStyle": "custom" } }, { "path": "pages/message/system-msg", "style": { "navigationBarTitleText": "系统消息", "navigationStyle": "custom" } }, { "path": "pages/message/order-notify", "style": { "navigationBarTitleText": "订单通知", "navigationStyle": "custom" } }, { "path": "pages/message/chat", "style": { "navigationBarTitleText": "聊天", "navigationStyle": "custom" } }, { "path": "pages/mine/earnings", "style": { "navigationBarTitleText": "我的收益", "navigationStyle": "custom" } }, { "path": "pages/mine/earnings-record", "style": { "navigationBarTitleText": "收益记录", "navigationStyle": "custom" } }, { "path": "pages/mine/profile", "style": { "navigationBarTitleText": "编辑资料", "navigationStyle": "custom" } }, { "path": "pages/runner/certification", "style": { "navigationBarTitleText": "跑腿认证", "navigationStyle": "custom" } }, { "path": "pages/config/agreement", "style": { "navigationBarTitleText": "用户协议", "navigationStyle": "custom" } }, { "path": "pages/config/privacy", "style": { "navigationBarTitleText": "隐私政策", "navigationStyle": "custom" } }, { "path": "pages/config/qrcode", "style": { "navigationBarTitleText": "客服二维码", "navigationStyle": "custom" } }, { "path": "pages/config/runner-agreement", "style": { "navigationBarTitleText": "跑腿协议", "navigationStyle": "custom" } }, { "path": "pages/webview/webview", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "校园跑腿", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#F5F5F5" }, "tabBar": { "color": "#999999", "selectedColor": "#FFB700", "borderStyle": "black", "backgroundColor": "#FFFFFF", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "static/tab/ic_home.png", "selectedIconPath": "static/tab/ic_home_s.png" }, { "pagePath": "pages/order-hall/order-hall", "text": "订单大厅", "iconPath": "static/tab/ic_orders.png", "selectedIconPath": "static/tab/ic_orders_s.png" }, { "pagePath": "pages/message/message", "text": "消息", "iconPath": "static/tab/ic_message.png", "selectedIconPath": "static/tab/ic_message_s.png" }, { "pagePath": "pages/mine/mine", "text": "我的", "iconPath": "static/tab/ic_me.png", "selectedIconPath": "static/tab/ic_me_s.png" } ] } }