| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "团购自助兑换"
- }
- },
- {
- "path": "pages/order/order",
- "style": {
- "navigationBarTitleText": "订单",
- "usingComponents": {
- "pay-button-sdk": "tta5a3d31e3aecfb9b11://pay-button"
- }
- }
- },
- {
- "path": "pages/user/user",
- "style": {
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/order/confirm",
- "style": {
- "navigationBarTitleText": "确认订单"
- }
- },
- {
- "path": "pages/order/detail",
- "style": {
- "navigationBarTitleText": "团购券",
- "usingComponents": {
- "pay-button-sdk": "tta5a3d31e3aecfb9b11://pay-button"
- }
- }
- },
- {
- "path": "pages/user/license",
- "style": {
- "navigationBarTitleText": "资质亮照"
- }
- },
- {
- "path": "pages/order/store",
- "style": {
- "navigationBarTitleText": "选择门店"
- }
- },
- {
- "path": "pages/user/address",
- "style": {
- "navigationBarTitleText": "会员地址"
- }
- },
- {
- "path": "pages/order/info",
- "style": {
- "navigationBarTitleText": "预约详情",
- "usingComponents": {
- "pay-button-sdk": "tta5a3d31e3aecfb9b11://pay-button"
- }
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "团购自助兑换",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "backgroundColor": "#ffffff",
- "borderStyle": "white",
- "color": "#666666",
- "selectedColor": "#224d7a",
- "list": [
- {
- "iconPath": "/static/image/coupon.png",
- "selectedIconPath": "/static/image/coupon-fill.png",
- "pagePath": "pages/index/index",
- "text": "首页"
- },
- {
- "iconPath": "/static/image/order.png",
- "selectedIconPath": "/static/image/order-fill.png",
- "pagePath": "pages/order/order",
- "text": "订单"
- },
- {
- "iconPath": "/static/image/user.png",
- "selectedIconPath": "/static/image/user-fill.png",
- "pagePath": "pages/user/user",
- "text": "我的"
- }
- ]
- },
- "uniIdRouter": {}
- }
|