{ "pages": [ { "path": "pages/index/index", "style": { "navigationStyle": "custom", "navigationBarTextStyle": "white" } }, { "path": "pages/order/index", "style": { "navigationBarTitleText": "我的订单" } }, { "path": "pages/shop/index", "style": { "navigationBarTitleText": "点单" } }, { "path": "pages/shop/list", "style": { "navigationBarTitleText": "选择门店" } }, { "path": "pages/shop/wifi", "style": { "navigationBarTitleText": "链接WIFI" } }, { "path": "pages/order/detail", "style": { "navigationBarTitleText": "订单详情" } }, { "path": "pages/order/refund", "style": { "navigationBarTitleText": "退款申请" } }, { "path": "pages/order/comment", "style": { "navigationBarTitleText": "订单评价" } }, { "path": "pages/order/pay_bill", "style": { "navigationBarTitleText": "线上买单" } }, { "path": "pages/flow/checkout", "style": { "navigationBarTitleText": "订单确认" } }, { "path": "pages/user/index", "style": { "navigationBarTitleText": "个人中心" } }, { "path": "pages/user/address/index", "style": { "navigationBarTitleText": "我的地址" } }, { "path": "pages/user/address/add", "style": { "navigationBarTitleText": "添加地址" } }, { "path": "pages/user/address/edit", "style": { "navigationBarTitleText": "编辑地址" } }, { "path": "pages/user/sign/index", "style": { "navigationBarTitleText": "签到" } }, { "path": "pages/user/sign/logs", "style": { "navigationBarTitleText": "签到记录" } }, { "path": "pages/user/vip/index", "style": { "navigationBarTitleText": "会员中心" } }, { "path": "pages/user/vip/wallet", "style": { "navigationBarTitleText": "我的钱包" } }, { "path": "pages/cropper/cropper", "style": { "navigationBarTitleText": "裁剪图片" } }, { "path": "pages/user/vip/open", "style": {} }, { "path": "pages/user/vip/describe", "style": { "navigationBarTitleText": "会员说明" } }, { "path": "pages/user/vip/logs/wallet", "style": { "navigationBarTitleText": "充值记录" } }, { "path": "pages/user/vip/logs/score", "style": { "navigationBarTitleText": "我的积分" } }, { "path": "pages/user/vip/logs/grow", "style": { "navigationBarTitleText": "我的成长值" } }, { "path": "pages/user/coupon/index", "style": { "navigationBarTitleText": "我的卡券" } }, { "path": "pages/user/detail/index", "style": { "navigationBarTitleText": "编辑资料" } }, { "path": "pages/user/comment/index", "style": { "navigationBarTitleText": "评价记录" } }, { "path": "pages/user/pact/index", "style": { "navigationBarTitleText": "订桌记录" } }, { "path": "pages/user/pact/add", "style": { "navigationBarTitleText": "预约订桌" } }, { "path": "pages/goods/detail", "style": { "navigationBarTitleText": "商品详情" } }, { "path": "pages/login/index", "style": { "navigationBarTitleText": "用户登录" } } ], "tabBar": { "color": "#c0c4cc", "selectedColor": "#303133", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index" }, { "pagePath": "pages/shop/index" }, { "pagePath": "pages/order/index" }, { "pagePath": "pages/user/index" } ], "position": "bottom" }, "globalStyle": { // #ifdef H5 "navigationStyle": "custom", // #endif "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "backgroundTextStyle": "dark" }, "sitemapLocation": "sitemap.json", "subPackages": [], "debug": true }