{ "pages": [ { "path": "pages/index/index", "style": { "enablePullDownRefresh": true, "navigationBarTitleText": "嘀咚点到" } }, { "path": "pages/service/index", "style": { "enablePullDownRefresh": true, "navigationBarTitleText": "技师列表" } }, { "path": "pages/service/detail", "style": { "enablePullDownRefresh": true, "navigationBarTitleText": "技师详情" } }, { "path": "pages/service/evaluateDetail", "style": { "enablePullDownRefresh": true, "navigationBarTitleText": "技师详情" } }, { "path": "pages/project/index", "style": { "enablePullDownRefresh": true, "navigationBarTitleText": "快速下单" } }, { "path": "pages/project/detail", "style": { "enablePullDownRefresh": true, "navigationBarTitleText": "项目详情" } }, { "path": "pages/order/index", "style": { "enablePullDownRefresh": true, "navigationBarTitleText": "我的订单" } }, { "path": "pages/order/create", "style": { "navigationBarTitleText": "提交订单" } }, { "path": "pages/order/pay", "style": { "navigationBarTitleText": "支付订单" } }, { "path": "pages/order/success", "style": { "navigationBarTitleText": "支付成功" } }, { "path": "pages/order/fail", "style": { "navigationBarTitleText": "支付失败" } }, { "path": "pages/order/detail", "style": { "navigationBarTitleText": "订单详情" } }, { "path": "pages/order/select", "style": { "navigationBarTitleText": "选择技师" } }, { "path": "pages/order/evaluate", "style": { "navigationBarTitleText": "服务评价" } }, { "path": "pages/account/index", "style": { "enablePullDownRefresh": true, "navigationBarTitleText": "我的账户" } }, { "path": "pages/account/inviteCode", "style": { "navigationBarTitleText": "我的二维码" } }, { "path": "pages/account/cash", "style": { "navigationBarTitleText": "提现" } }, { "path": "pages/account/wallet", "style": { "navigationBarTitleText": "我的钱包" } }, { "path": "pages/account/setting", "style": { "navigationBarTitleText": "设置" } }, { "path": "pages/account/complaint", "style": { "navigationBarTitleText": "意见反馈" } }, { "path": "pages/account/about", "style": { "navigationBarTitleText": "关于我们" } }, { "path": "pages/account/help", "style": { "navigationBarTitleText": "嘀咚点到" } }, { "path": "pages/account/agent", "style": { "navigationBarTitleText": "代理申请" } }, { "path": "pages/account/promotion", "style": { "navigationBarTitleText": "推广赚钱" } }, { "path": "pages/account/login", "style": { "navigationBarTitleText": "用户登录" } }, { "path": "pages/account/register", "style": { "navigationBarTitleText": "注册" } }, { "path": "pages/account/forgot", "style": { "navigationBarTitleText": "忘记密码" } }, { "path": "pages/order/localtest", "style": { "navigationBarTitleText": "嘀咚点到" } }, { "path" : "pages/wechat/callback", "style" : { "navigationBarTitleText" : "微信授权", "enablePullDownRefresh" : false } }, { "path" : "pages/account/bind", "style" : { "navigationBarTitleText" : "绑定账户", "enablePullDownRefresh" : false } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "嘀咚点到", "backgroundColor": "#F8F8F8", "navigationStyle": "custom" }, "tabBar": { "color": "#999", "selectedColor": "#07D69E", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/index", "iconPath": "static/tabbar/home.png", "selectedIconPath": "static/tabbar/home_active.png", "text": "首页" }, { "pagePath": "pages/service/index", "iconPath": "static/tabbar/member.png", "selectedIconPath": "static/tabbar/member_active.png", "text": "技师" }, { "pagePath": "pages/project/index", "iconPath": "static/tabbar/service.png", "selectedIconPath": "static/tabbar/service_active.png", "text": "快速下单" }, { "pagePath": "pages/order/index", "iconPath": "static/tabbar/order.png", "selectedIconPath": "static/tabbar/order_active.png", "text": "订单" }, { "pagePath": "pages/account/index", "iconPath": "static/tabbar/account.png", "selectedIconPath": "static/tabbar/account_active.png", "text": "我的" } ] }, "uniIdRouter": {}, "condition": { //模式配置,仅开发期间生效 "current": 0, //当前激活的模式(list 的索引项) "list": [ { "name": "test", //模式名称 "path": "pages/index/index" //启动页面,必选 } ] } }