123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251 |
- {
- "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" //启动页面,必选
- }
- ]
- }
- }
|