测试环境链接替换,部分问题修复,增加批量退菜功能

This commit is contained in:
2026-07-07 15:26:08 +08:00
parent b93429ed99
commit c001f982b4
29 changed files with 1975 additions and 349 deletions

View File

@@ -198,24 +198,24 @@ const menuList = ref([
couponType: 6
}
},
{
icon: 'gdjkq',
pageUrl: 'PAGES_EXCHANGE_COUPON',
title: '固定价格券',
intro: '设置该券后允许用户以固定价格兑换指定商品设置一个固定价格9.9的券商品20元用户使用券后只需要9.9元兑换该商品。',
query: {
couponType: 7
}
},
{
icon: 'mfpsq',
pageUrl: 'PAGES_EXCHANGE_COUPON',
title: '免配送费券',
intro: '可设置一张免除订单配送费的券',
query: {
couponType: 8
}
}
// {
// icon: 'gdjkq',
// pageUrl: 'PAGES_EXCHANGE_COUPON',
// title: '固定价格券',
// intro: '设置该券后允许用户以固定价格兑换指定商品设置一个固定价格9.9的券商品20元用户使用券后只需要9.9元兑换该商品。',
// query: {
// couponType: 7
// }
// },
// {
// icon: 'mfpsq',
// pageUrl: 'PAGES_EXCHANGE_COUPON',
// title: '免配送费券',
// intro: '可设置一张免除订单配送费的券',
// query: {
// couponType: 8
// }
// }
]
}
]);