完成智慧充值模块
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user