diff --git a/fuintAdmin/src/views/EventMarketing/openCardGift/TimeLimited.vue b/fuintAdmin/src/views/EventMarketing/openCardGift/TimeLimited.vue new file mode 100644 index 000000000..2bc5315ba --- /dev/null +++ b/fuintAdmin/src/views/EventMarketing/openCardGift/TimeLimited.vue @@ -0,0 +1,497 @@ + + + + + + diff --git a/fuintAdmin/src/views/EventMarketing/openCardGift/index.vue b/fuintAdmin/src/views/EventMarketing/openCardGift/index.vue index 8512faac7..a39411d76 100644 --- a/fuintAdmin/src/views/EventMarketing/openCardGift/index.vue +++ b/fuintAdmin/src/views/EventMarketing/openCardGift/index.vue @@ -1,8 +1,10 @@ @@ -12,6 +14,10 @@ import activeNewlyweds from '../../EventMarketing/activeNewlyweds/index.vue' //消费有礼 import activeConsumption from '../../EventMarketing/activeConsumption/index.vue' +// 分时优惠 +import separate from './separate.vue' +// 限时优惠 +import TimeLimited from './TimeLimited.vue' export default { data() { @@ -28,7 +34,11 @@ export default { //开卡有礼 activeNewlyweds, //消费有礼 - activeConsumption + activeConsumption, + // 分时优惠 + separate, + // 限时优惠 + TimeLimited }, methods: { diff --git a/fuintAdmin/src/views/EventMarketing/openCardGift/separate.vue b/fuintAdmin/src/views/EventMarketing/openCardGift/separate.vue new file mode 100644 index 000000000..3c550ed71 --- /dev/null +++ b/fuintAdmin/src/views/EventMarketing/openCardGift/separate.vue @@ -0,0 +1,497 @@ + + + + + +