diff --git a/src/api/mall/promotion/combination/combinationRecord.ts b/src/api/mall/promotion/combination/combinationRecord.ts index c86dd0c1..bf8c3668 100644 --- a/src/api/mall/promotion/combination/combinationRecord.ts +++ b/src/api/mall/promotion/combination/combinationRecord.ts @@ -26,8 +26,3 @@ export const getCombinationRecordPage = async (params) => { export const getCombinationRecordSummary = async () => { return await request.get({ url: '/promotion/combination-record/get-summary' }) } - -// 获得拼团记录分页 tab count -export const getCombinationRecordCount = async () => { - return await request.get({ url: '/promotion/combination-record/get-count' }) -} diff --git a/src/views/mall/promotion/combination/record/index.vue b/src/views/mall/promotion/combination/record/index.vue index 2f9b1ee4..e55286af 100644 --- a/src/views/mall/promotion/combination/record/index.vue +++ b/src/views/mall/promotion/combination/record/index.vue @@ -65,8 +65,9 @@ + + - + + - - + + @@ -175,7 +185,6 @@ /> -