完成优惠券页面

This commit is contained in:
gyq
2025-11-21 16:03:04 +08:00
parent e6212251e3
commit df8a700aec
14 changed files with 1069 additions and 64 deletions

View File

@@ -58,7 +58,7 @@ const menuList = ref([
{
title: '新客立减',
icon: '',
pageUrl: 'PAGES_MARKET_NEW_USER_DISCOUNT',
pageUrl: 'PAGES_ORDER_INDEX',
intro: '首单下单减免金额'
},
{
@@ -100,7 +100,7 @@ const menuList = ref([
{
title: '点餐智能推荐',
icon: '',
pageUrl: 'PAGES_MARKET_ORDER_RECOMMENDATION',
pageUrl: '',
intro: '进入点单页X秒未点自动推荐商品此推荐设置启用即生效'
},
{
@@ -150,7 +150,7 @@ const menuList = ref([
title: '商品兑换券',
intro: '批量设置商品折扣',
query: {
coupon_type: 2
couponType: 2
}
}
]