- 新增商品券类型支持,包括商品券的领取、使用和展示 - 优化优惠券领取流程,支持兑换码兑换和自动跳转登录 - 新增优惠活动功能,支持活动商品折扣 - 重构优惠券页面布局,区分领取和使用页面 - 新增分销商信息编辑功能 - 优化小程序更新机制,改进更新提示流程 - 修复优惠券使用条件判断逻辑 - 调整UI样式,统一主题色为绿色 - 新增电话客服功能,支持动态电话号码 - 优化订单详情页,展示商品券信息
295 lines
7.9 KiB
JSON
295 lines
7.9 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "首页"
|
|
}
|
|
},
|
|
|
|
{
|
|
"path" : "pages/menu/menu",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "点餐",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
|
|
}
|
|
,{
|
|
"path" : "pages/order/order",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "订单",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
|
|
}
|
|
,{
|
|
"path" : "pages/mine/mine",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "我的",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
|
|
}
|
|
,{
|
|
"path" : "pages/cart/cart",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "购物车",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}
|
|
],
|
|
"subPackages": [{
|
|
"root": "pages/components",
|
|
"pages": [ {
|
|
"path": "pages/mine/content",
|
|
"style": {
|
|
"navigationBarTitleText": "内容",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarBackgroundColor": "#ffffff"
|
|
}
|
|
}, {
|
|
"path": "pages/pay/pay",
|
|
"style": {
|
|
"navigationBarTitleText": "支付",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarBackgroundColor": "#ffffff"
|
|
}
|
|
}, {
|
|
"path": "pages/remark/remark",
|
|
"style": {
|
|
"navigationBarTitleText": "备注",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarBackgroundColor": "#ffffff"
|
|
}
|
|
}, {
|
|
"path": "pages/packages/index",
|
|
"style": {
|
|
"navigationBarTitleText": "可用优惠券",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/login",
|
|
"style": {
|
|
"navigationBarTitleText": "登录",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarBackgroundColor": "#ffffff"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/logout",
|
|
"style": {
|
|
"navigationBarTitleText": "退出登录"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/address/address",
|
|
"style": {
|
|
"navigationBarTitleText": "我的地址",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarBackgroundColor": "#ffffff"
|
|
}
|
|
}, {
|
|
"path": "pages/address/add",
|
|
"style": {
|
|
"navigationBarTitleText": "添加地址",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarBackgroundColor": "#ffffff"
|
|
}
|
|
}, {
|
|
"path": "pages/orders/orders",
|
|
"style": {
|
|
"navigationBarTitleText": "历史订单",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"enablePullDownRefresh": true,
|
|
"onReachBottomDistance": 50
|
|
}
|
|
}, {
|
|
"path": "pages/orders/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "订单详情",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarBackgroundColor": "#ffffff"
|
|
}
|
|
}, {
|
|
"path": "pages/coupons/coupons",
|
|
"style": {
|
|
"enablePullDownRefresh": true,
|
|
"navigationBarTitleText": "领取卡券",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarBackgroundColor": "#ffffff"
|
|
}
|
|
}, {
|
|
"path": "pages/coupons/mycoupons",
|
|
"style": {
|
|
"enablePullDownRefresh": true,
|
|
"navigationBarTitleText": "我的卡券",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarBackgroundColor": "#ffffff"
|
|
}
|
|
},{
|
|
"path": "pages/mine/userinfo",
|
|
"style": {
|
|
"navigationBarTitleText": "用户信息",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarBackgroundColor": "#ffffff"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/shop/shop",
|
|
"style": {
|
|
"navigationBarTitleText": "店铺",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarBackgroundColor": "#ffffff"
|
|
}
|
|
}, {
|
|
"path": "pages/balance/bill",
|
|
"style": {
|
|
"navigationBarTitleText": "账单",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarBackgroundColor": "#ffffff"
|
|
}
|
|
}
|
|
,{
|
|
"path" : "pages/orders/refund",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "退款",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
},
|
|
{
|
|
"path": "pages/scoreproduct/list",
|
|
"style": {
|
|
"navigationBarTitleText": "积分商城",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
|
|
}, {
|
|
"path": "pages/scoreproduct/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "产品详情",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
|
|
}, {
|
|
"path": "pages/scoreproduct/order",
|
|
"style": {
|
|
"navigationBarTitleText": "订单列表",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
}, {
|
|
"path": "pages/scoreproduct/orderDetail",
|
|
"style": {
|
|
"navigationBarTitleText": "订单详情",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
}
|
|
,{
|
|
"path" : "pages/scoreproduct/confirm",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "确认",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
},
|
|
{
|
|
"path": "pages/fenxiao/fenxiaorequestform",
|
|
"style": {
|
|
"navigationBarTitleText": "填写信息",
|
|
"enablePullDownRefresh": false,
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/invoice/invoice",
|
|
"style": {
|
|
"navigationBarTitleText": "开票信息管理",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/invoice/apply-invoice",
|
|
"style": {
|
|
"navigationBarTitleText": "申请开票",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/fenxiao/fenxiao",
|
|
"style": {
|
|
"navigationBarTitleText": "分销中心",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/helpcenter",
|
|
"style": {
|
|
"navigationBarTitleText": "帮助中心",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/aboutus",
|
|
"style": {
|
|
"navigationBarTitleText": "关于我们",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
}
|
|
]
|
|
}],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": " ",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8",
|
|
"navigationStyle": "custom"
|
|
},
|
|
"tabBar": {
|
|
"color": "#919293",
|
|
"selectedColor": "#52ac41",
|
|
"backgroundColor": "#fff",
|
|
"borderStyle": "black",
|
|
"list": [{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "static/images/tabBar/index.png",
|
|
"selectedIconPath": "static/images/tabBar/index_selected.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/menu/menu",
|
|
"text": "点餐",
|
|
"iconPath": "static/images/tabBar/drink.png",
|
|
"selectedIconPath": "static/images/tabBar/drink-selected.png"
|
|
}, {
|
|
"pagePath": "pages/cart/cart",
|
|
"text": "购物车",
|
|
"iconPath": "static/images/tabBar/cart.png",
|
|
"selectedIconPath": "static/images/tabBar/cart-selected.png"
|
|
},{
|
|
"pagePath": "pages/order/order",
|
|
"text": "订单",
|
|
"iconPath": "static/images/tabBar/order.png",
|
|
"selectedIconPath": "static/images/tabBar/order-selected.png"
|
|
}, {
|
|
"pagePath": "pages/mine/mine",
|
|
"text": "我的",
|
|
"iconPath": "static/images/tabBar/mine.png",
|
|
"selectedIconPath": "static/images/tabBar/mine_selected.png"
|
|
}
|
|
]
|
|
},
|
|
"uniIdRouter": {}
|
|
}
|