mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2026-06-23 18:40:25 +08:00
feat(礼品卡管理): 添加礼品卡选择、绑定、激活及列表功能
- 在购物车API中新增选择礼品卡的接口 - 在促销API中添加获取、绑定和激活礼品卡的接口 - 在订单详情和支付页面中展示礼品卡抵扣信息 - 新增“我的礼品卡”页面,支持礼品卡的查看、绑定和激活功能 - 更新路由配置以支持礼品卡相关页面
This commit is contained in:
@@ -81,27 +81,25 @@ const member = [{
|
||||
icon: '',
|
||||
title: '我的等级',
|
||||
path: 'MemberGrade'
|
||||
}
|
||||
],
|
||||
display: true
|
||||
}];
|
||||
|
||||
// 账户中心
|
||||
const user = [{
|
||||
icon: '',
|
||||
title: '账户中心',
|
||||
menus: [{
|
||||
},
|
||||
{
|
||||
icon: '',
|
||||
title: '我的优惠券',
|
||||
path: 'Coupons'
|
||||
},
|
||||
{
|
||||
icon: '',
|
||||
title: '资金管理',
|
||||
title: '我的余额',
|
||||
path: 'MoneyManagement'
|
||||
}],
|
||||
},
|
||||
{
|
||||
icon: '',
|
||||
title: '我的礼品卡',
|
||||
path: 'MyGiftCards'
|
||||
}
|
||||
],
|
||||
display: true
|
||||
}]
|
||||
}];
|
||||
|
||||
// 活动中心
|
||||
// const activity = [{
|
||||
@@ -171,6 +169,6 @@ const user = [{
|
||||
// ]
|
||||
// wholesale[0], shop[0]
|
||||
let menuList = []
|
||||
menuList.push(order[0], member[0], user[0])
|
||||
menuList.push(order[0], member[0])
|
||||
|
||||
export default menuList
|
||||
|
||||
Reference in New Issue
Block a user