From 7ab789ba2a857dd343fb13fde5f0ae1cea25d21f Mon Sep 17 00:00:00 2001 From: "@QQNZX" Date: Tue, 14 Nov 2023 16:08:33 +0800 Subject: [PATCH] 11.11 --- .../api/EventMarketing/activeConsumption.js | 2 +- .../activeConsumption/index.vue | 186 +++--------------- .../EventMarketing/activeDiscount/index.vue | 2 +- .../EventMarketing/activeFullminus/index.vue | 2 +- .../EventMarketing/activeNewlyweds/index.vue | 2 +- .../EventMarketing/activeRecommend/index.vue | 2 +- .../src/views/EventMarketing/center/index.vue | 55 ++++++ 7 files changed, 86 insertions(+), 165 deletions(-) create mode 100644 fuintAdmin/src/views/EventMarketing/center/index.vue diff --git a/fuintAdmin/src/api/EventMarketing/activeConsumption.js b/fuintAdmin/src/api/EventMarketing/activeConsumption.js index 1fb58105e..7435fa614 100644 --- a/fuintAdmin/src/api/EventMarketing/activeConsumption.js +++ b/fuintAdmin/src/api/EventMarketing/activeConsumption.js @@ -3,7 +3,7 @@ import request from '@/utils/request' // 查询消费有礼活动列表 export function listActiveConsumption(query) { return request({ - url: '/business/marketingActivity/activeConsumption/list', + url: '/business/marketingActivity/activeConsumption', method: 'get', params: query }) diff --git a/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue b/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue index 5e7cb0b34..8bf3ee79b 100644 --- a/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue +++ b/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue @@ -1,22 +1,8 @@ +