You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
479 lines
13 KiB
479 lines
13 KiB
{
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
"path": "pages/tabBar/home/home",
|
|
"style": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTitleText": "首页",
|
|
"navigationBarBackgroundColor": "#0083f5",
|
|
"backgroundColorTop": "#0083f5",
|
|
"navigationBarTextStyle": "white",
|
|
"onReachBottomDistance": 50,
|
|
"app-plus": {
|
|
"titleNView": false, //禁用原生导航栏
|
|
"softinputNavBar": "none",
|
|
"subNVues": [{
|
|
"id": "homeTitleNvue", // 唯一标识
|
|
"path": "pages/tabBar/home/subNvue/homeTitleNvue", // 页面路径
|
|
"type": "navigationBar"
|
|
}]
|
|
}
|
|
}
|
|
}, {
|
|
"path": "pages/goods/refuel-succes/refuel-succes",
|
|
"style": {
|
|
// 支付成功
|
|
"navigationBarTitleText": "",
|
|
"navigationBarBackgroundColor": "#0083f5",
|
|
"backgroundColorTop": "#0083f5",
|
|
"navigationBarTextStyle": "white",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}, {
|
|
"path": "pages/goods/refuel-confirm/refuel-confirm",
|
|
"style": {
|
|
"navigationBarTitleText": "确认订单",
|
|
"navigationBarBackgroundColor": "#0083f5",
|
|
"backgroundColorTop": "#0083f5",
|
|
"navigationBarTextStyle": "white",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}, {
|
|
"path": "pages/user/order_details/order_details",
|
|
"style": {
|
|
"navigationBarTitleText": "订单详情",
|
|
"navigationBarBackgroundColor": "#0083f5",
|
|
"navigationBarTextStyle": "white",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}, {
|
|
"path": "pages/goods/refuel-details/refuel-details",
|
|
"style": {
|
|
"enablePullDownRefresh": false,
|
|
"navigationBarTitleText": "加油站",
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#0083f5",
|
|
"backgroundColorTop": "#0083f5",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
|
|
}, {
|
|
"path": "pages/goods/refuel/refuel",
|
|
"style": {
|
|
"navigationBarTitleText": "加油站列表",
|
|
"navigationBarBackgroundColor": "#0083f5",
|
|
"backgroundColorTop": "#0083f5",
|
|
"navigationBarTextStyle": "white",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
},
|
|
{
|
|
"path": "pages/goods/goods-list/goods-list",
|
|
"style": {
|
|
"navigationBarBackgroundColor": "#0083f5",
|
|
"backgroundColorTop": "#0083f5",
|
|
"navigationBarTextStyle": "white",
|
|
"app-plus": {
|
|
"bounce": "none"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/goods/store-list/store-list",
|
|
"style": {
|
|
"navigationBarBackgroundColor": "#0083f5",
|
|
"backgroundColorTop": "#0083f5",
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTitleText": "门店列表",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
},
|
|
{
|
|
"path": "pages/tabBar/category/category",
|
|
"style": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTitleText": "分类",
|
|
"navigationBarBackgroundColor": "#0083f5",
|
|
"backgroundColorTop": "#0083f5",
|
|
"navigationBarTextStyle": "white",
|
|
"app-plus": {
|
|
"titleNView": false, //禁用原生导航栏
|
|
"bounce": "none"
|
|
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/tabBar/cart/cart",
|
|
"style": {
|
|
"enablePullDownRefresh": true,
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarBackgroundColor": "#0083f5",
|
|
"backgroundColorTop": "#0083f5",
|
|
"navigationBarTextStyle": "white",
|
|
"app-plus": {
|
|
"titleNView": false, //禁用原生导航栏
|
|
"softinputNavBar": "none",
|
|
"subNVues": [{
|
|
"id": "cartTitleNvue", // 唯一标识
|
|
"path": "pages/tabBar/cart/subNvue/cartTitleNvue", // 页面路径
|
|
"type": "navigationBar"
|
|
}]
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/tabBar/user/user",
|
|
"style": {
|
|
"enablePullDownRefresh": true,
|
|
"navigationBarTitleText": "我的",
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#0083f5",
|
|
"backgroundColorTop": "#0083f5",
|
|
"navigationBarTextStyle": "white",
|
|
"app-plus": {
|
|
"titleNView": false, //禁用原生导航栏
|
|
"subNVues": [{
|
|
"id": "userTitleNvue", // 唯一标识
|
|
"path": "pages/tabBar/user/subNvue/userTitleNvue", // 页面路径
|
|
"type": "navigationBar"
|
|
}]
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/goods/HM-search/HM-search",
|
|
"style": {
|
|
"navigationBarTitleText": "搜索",
|
|
"navigationBarBackgroundColor": "#0083f5",
|
|
"backgroundColorTop": "#0083f5",
|
|
"navigationBarTextStyle": "white",
|
|
"app-plus": {
|
|
"softinputNavBar": "none"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/goods/goods",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"navigationBarBackgroundColor": "#0083f5",
|
|
"backgroundColorTop": "#0083f5",
|
|
"navigationBarTextStyle": "white",
|
|
"onReachBottomDistance": 50,
|
|
"h5": {
|
|
"titleNView": false
|
|
},
|
|
"app-plus": {
|
|
"titleNView": false, //禁用原生导航栏
|
|
"bounce": "none"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/login",
|
|
"style": {
|
|
"navigationBarBackgroundColor": "#0083f5",
|
|
"backgroundColorTop": "#0083f5",
|
|
"navigationBarTextStyle": "white",
|
|
"app-plus": {
|
|
"bounce": "none", //关闭窗口回弹效果
|
|
"softinputNavBar": "none"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/register",
|
|
"style": {
|
|
"navigationBarTitleText": "手机号登录",
|
|
"navigationBarBackgroundColor": "#0083f5",
|
|
"backgroundColorTop": "#0083f5",
|
|
"navigationBarTextStyle": "white",
|
|
"app-plus": {
|
|
"bounce": "none", //关闭窗口回弹效果
|
|
"softinputNavBar": "none"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/resetpasswd",
|
|
"style": {
|
|
"navigationBarTitleText": "修改密码",
|
|
"navigationBarBackgroundColor": "#0083f5",
|
|
"backgroundColorTop": "#0083f5",
|
|
"navigationBarTextStyle": "white",
|
|
"app-plus": {
|
|
"bounce": "none", //关闭窗口回弹效果
|
|
"softinputNavBar": "none"
|
|
}
|
|
}
|
|
}, {
|
|
"path": "pages/order/confirmation",
|
|
"style": {
|
|
"navigationBarTitleText": "确认订单",
|
|
"navigationBarBackgroundColor": "#0083f5",
|
|
"backgroundColorTop": "#0083f5",
|
|
"navigationBarTextStyle": "white",
|
|
"softinputNavBar": "none"
|
|
}
|
|
}, {
|
|
"path": "pages/user/setting/setting",
|
|
"style": {
|
|
"navigationBarTitleText": "我的设置",
|
|
"navigationBarBackgroundColor": "#0083f5",
|
|
"backgroundColorTop": "#0083f5",
|
|
"navigationBarTextStyle": "white",
|
|
"backgroundColorBottom": "#f3f3f3"
|
|
}
|
|
}, {
|
|
"path": "pages/msg/msg",
|
|
"style": {
|
|
"enablePullDownRefresh": true,
|
|
"navigationBarTitleText": "消息列表",
|
|
"navigationBarBackgroundColor": "#0083f5",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
}, {
|
|
"path": "pages/user/coupon/coupon",
|
|
"style": {
|
|
"navigationBarTitleText": "优惠券",
|
|
"navigationBarBackgroundColor": "#0083f5",
|
|
"backgroundColorTop": "#0083f5",
|
|
"navigationBarTextStyle": "white",
|
|
"app-plus": {
|
|
"bounce": "none"
|
|
}
|
|
}
|
|
}, {
|
|
"path": "pages/user/keep/keep",
|
|
"style": {
|
|
"navigationBarTitleText": "我的收藏",
|
|
"navigationBarBackgroundColor": "#0083f5",
|
|
"backgroundColorTop": "#0083f5",
|
|
"app-plus": {
|
|
"bounce": "none"
|
|
}
|
|
}
|
|
}, {
|
|
"path": "pages/user/address/address",
|
|
"style": {
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarTitleText": "地址管理",
|
|
"backgroundColorTop": "#ffffff",
|
|
"backgroundColorBottom": "#ffffff"
|
|
}
|
|
}, {
|
|
"path": "pages/user/address/edit/edit",
|
|
"style": {
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarTitleText": "编辑收件人地址",
|
|
"backgroundColorTop": "#ffffff",
|
|
"backgroundColorBottom": "#ffffff"
|
|
}
|
|
}, {
|
|
"path": "pages/user/deposit/deposit",
|
|
"style": {
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarTitleText": "充值",
|
|
"backgroundColorTop": "#ffffff",
|
|
"backgroundColorBottom": "#ffffff"
|
|
}
|
|
}, {
|
|
"path": "pages/pay/payment/payment",
|
|
"style": {
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarTitleText": "订单支付",
|
|
"backgroundColorTop": "#ffffff",
|
|
"backgroundColorBottom": "#ffffff"
|
|
}
|
|
}, {
|
|
"path": "pages/pay/success/success",
|
|
"style": {
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarTitleText": "支付成功",
|
|
"backgroundColorTop": "#ffffff",
|
|
"backgroundColorBottom": "#ffffff"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/goods/store-list/store-details",
|
|
"style": {
|
|
"navigationBarTitleText": "门店详情",
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#0083f5",
|
|
"backgroundColorTop": "#0083f5",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
|
|
},
|
|
{
|
|
"path": "pages/goods/coupon-details/coupon-details",
|
|
"style": {
|
|
"navigationBarTitleText": "卡券详情",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}, {
|
|
"path": "pages/user/business/business",
|
|
"style": {
|
|
"navigationBarTitleText": "门店",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}, {
|
|
"path": "pages/user/order_list/order_list",
|
|
"style": {
|
|
"navigationBarTitleText": "我的订单",
|
|
"navigationBarBackgroundColor": "#f8f8f8",
|
|
"backgroundColorTop": "#f3f3f3",
|
|
"backgroundColorBottom": "#ffffff"
|
|
}
|
|
}, {
|
|
"path": "pages/goods/recording/recording",
|
|
"style": {
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}, {
|
|
"path": "pages/user/mineCoupons/mineCoupons",
|
|
"style": {
|
|
"navigationBarTitleText": "我的卡券",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}, {
|
|
"path": "pages/goods/coupons-info-details/coupons-info-details",
|
|
"style": {
|
|
"navigationBarTitleText": "卡券详情",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}, {
|
|
"path": "pages/user/mineCouponsDestails/mineCouponsDestails",
|
|
"style": {
|
|
"navigationBarTitleText": "优惠券详情",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}, {
|
|
"path": "pages/goods/externalCoupon/externalCoupon",
|
|
"style": {
|
|
"navigationBarTitleText": "扫码领取优惠券",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}, {
|
|
"path": "pages/user/agentCoupons/agentCoupons",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}, {
|
|
"path": "pages/user/minePromotion/minePromotion",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#0083f5",
|
|
"backgroundColorTop": "#0083f5",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/runningWater/runningWater",
|
|
"style": {
|
|
"enablePullDownRefresh": false,
|
|
"navigationBarTitleText": "",
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#0083f5",
|
|
"backgroundColorTop": "#0083f5",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
|
|
}, {
|
|
"path": "pages/user/Charge/Charge",
|
|
"style": {
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarTitleText": "充值",
|
|
"backgroundColorTop": "#ffffff",
|
|
"backgroundColorBottom": "#ffffff"
|
|
}
|
|
|
|
}, {
|
|
"path": "pages/user/positioning/positioning",
|
|
"style": {
|
|
"navigationBarTitleText": "地区选择",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}, {
|
|
"path": "pages/tabBar/order/order",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}, {
|
|
"path": "pages/qianZhuPay/qianZhuPay",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}
|
|
,{
|
|
"path" : "pages/tabBar/order/webUrl/webUrl",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}
|
|
],
|
|
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "",
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"backgroundColor": "#ffffff",
|
|
"backgroundColorTop": "#ffffff",
|
|
"backgroundColorBottom": "#ffffff"
|
|
},
|
|
"tabBar": {
|
|
"color": "#333333",
|
|
"selectedColor": "#0083f5",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [{
|
|
"pagePath": "pages/tabBar/home/home",
|
|
"iconPath": "static/img/tabBar/home.png",
|
|
"selectedIconPath": "static/img/tabBar/home-on.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/tabBar/category/category",
|
|
"iconPath": "static/img/tabBar/category.png",
|
|
"selectedIconPath": "static/img/tabBar/category-on.png",
|
|
"text": "分类"
|
|
},
|
|
// {
|
|
// "pagePath": "pages/tabBar/cart/cart",
|
|
// "iconPath": "static/img/tabBar/cart.png",
|
|
// "selectedIconPath": "static/img/tabBar/cart-on.png",
|
|
// "text": "购物车"
|
|
// },
|
|
{
|
|
"pagePath": "pages/tabBar/user/user",
|
|
"iconPath": "static/img/tabBar/user.png",
|
|
"selectedIconPath": "static/img/tabBar/user-on.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
|