完成智慧充值模块

This commit is contained in:
gyq
2025-11-24 10:53:19 +08:00
parent e4f5cc8519
commit 046437ce54
14 changed files with 1342 additions and 1132 deletions

View File

@@ -58,7 +58,7 @@ const menuList = ref([
{
title: '新客立减',
icon: '',
pageUrl: 'PAGES_ORDER_INDEX',
pageUrl: 'PAGES_MARKET_NEW_USER_DISCOUNT',
intro: '首单下单减免金额'
},
{
@@ -144,6 +144,15 @@ const menuList = ref([
{
label: '优惠券',
menus: [
{
icon: 'mjq',
pageUrl: 'PAGES_EXCHANGE_COUPON',
title: '满减券',
intro: '用户满足指定金额后可使用优惠券立减相应金额设置满100-50券符合要求的订单满100元后立减50元。',
query: {
couponType: 1
}
},
{
icon: 'spdhq',
pageUrl: 'PAGES_EXCHANGE_COUPON',
@@ -152,6 +161,60 @@ const menuList = ref([
query: {
couponType: 2
}
},
{
icon: 'zkq',
pageUrl: 'PAGES_EXCHANGE_COUPON',
title: '折扣券',
intro: '下单享折扣但折扣的金额将在券中抵扣。',
query: {
couponType: 3
}
},
{
icon: 'dejbjq',
pageUrl: 'PAGES_EXCHANGE_COUPON',
title: '第二件半价券',
intro: '设置第二件半价券',
query: {
couponType: 4
}
},
{
icon: 'xfzq',
pageUrl: 'PAGES_EXCHANGE_COUPON',
title: '消费赠券',
intro: '达到指定消费金额赠送优惠券',
query: {
couponType: 5
}
},
{
icon: 'myzy',
pageUrl: 'PAGES_EXCHANGE_COUPON',
title: '买一送一券',
intro: '针对营销活动买一送一设置券品',
query: {
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
}
}
]
}
@@ -185,7 +248,7 @@ page {
</style>
<style scoped lang="scss">
.container {
padding: 0 28upx;
padding: 0 28upx 28upx;
.row {
.header {
padding: 28upx 0;