| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "奥莱优品",
- "navigationBarBackgroundColor": "#ffffff"
- }
- },{
- "path" : "pages/order/order",
- "style" :
- {
- "navigationBarTitleText" : "订单中心",
- "navigationBarBackgroundColor": "#ffffff"
- }
- },
- {
- "path" : "pages/user/user",
- "style" :
- {
- "navigationBarTitleText" : "我的",
- "navigationBarBackgroundColor": "#ffffff"
- }
- },
- {
- "path" : "pages/auth/login",
- "style" :
- {
- "navigationBarTitleText" : "授权登录"
- }
- },
- {
- "path" : "pages/service/service",
- "style" :
- {
- "navigationBarTitleText" : "客服中心",
- "navigationBarBackgroundColor": "#ffffff"
- }
- },
- {
- "path" : "pages/goods/detail",
- "style" :
- {
- "navigationBarTitleText" : "商品详情",
- "navigationBarBackgroundColor": "#ffffff",
- "usingComponents": {
- "pay-button-sdk": "tta5a3d31e3aecfb9b11://pay-button"
- }
- }
- },
- {
- "path" : "pages/order/detail",
- "style" :
- {
- "navigationBarTitleText" : "订单详情",
- "navigationBarBackgroundColor": "#ffffff",
- "usingComponents": {
- "pay-button-sdk": "tta5a3d31e3aecfb9b11://pay-button"
- }
- }
- },
- {
- "path" : "pages/user/coupon/coupon",
- "style" :
- {
- "navigationBarTitleText" : "",
- "navigationBarBackgroundColor": "#ffffff"
- }
- },
- {
- "path" : "pages/user/profile",
- "style" :
- {
- "navigationBarTitleText" : "",
- "navigationBarBackgroundColor": "#ffffff"
- }
- },
- {
- "path" : "pages/user/address/address",
- "style" :
- {
- "navigationBarTitleText" : "",
- "navigationBarBackgroundColor": "#ffffff"
- }
- },
- {
- "path" : "pages/user/license",
- "style" :
- {
- "navigationBarTitleText" : "资质中心",
- "navigationBarBackgroundColor": "#ffffff"
- }
- },
- {
- "path": "pages/service/chat/chat",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/order/confirm",
- "style": {
- "navigationBarTitleText": "确认订单",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#f8f8f8",
- "usingComponents": {
- "pay-button-sdk": "tta5a3d31e3aecfb9b11://pay-button"
- }
- }
- },
- {
- "path": "pages/index/search",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/order/refund",
- "style": {
- "navigationBarTitleText": "申请退款",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#f8f8f8",
- "usingComponents": {
- "pay-button-sdk": "tta5a3d31e3aecfb9b11://pay-button"
- }
- }
- },
- {
- "path": "pages/order/complaint/complaint",
- "style": {
- "navigationBarTitleText": "交易投诉",
- "navigationBarBackgroundColor": "#ffffff"
- }
- }
- ],
- "tabBar": {
- "backgroundColor": "#ffffff",
- "color": "#999999",
- "selectedColor": "#007aff",
- "list": [
- {
- "iconPath": "/static/image/home.png",
- "pagePath": "pages/index/index",
- "text": "首页",
- "selectedIconPath": "/static/image/home-fill.png"
- },
- {
- "iconPath": "/static/image/order.png",
- "pagePath": "pages/order/order",
- "text": "订单",
- "selectedIconPath": "/static/image/order-fill.png"
- },
- {
- "iconPath": "/static/image/kf.png",
- "pagePath": "pages/service/service",
- "text": "客服",
- "selectedIconPath": "/static/image/kf-fill.png"
- },
- {
- "iconPath": "/static/image/user.png",
- "pagePath": "pages/user/user",
- "text": "我的",
- "selectedIconPath": "/static/image/user-fill.png"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "涤斐先生",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|