From b01df446d0cef6f96bf636966a4de7338e186b1f Mon Sep 17 00:00:00 2001 From: 18650502300 <18650502300@163.com> Date: Sat, 3 Feb 2024 17:58:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/statistic.js | 25 +++++++++++++++++++ .../statistic/channel/components/channel.vue | 4 +-- .../statistic/channel/components/toDay.vue | 6 ++--- 3 files changed, 30 insertions(+), 5 deletions(-) diff --git a/src/api/statistic.js b/src/api/statistic.js index 1b42b0f..4021d79 100644 --- a/src/api/statistic.js +++ b/src/api/statistic.js @@ -49,6 +49,17 @@ export function tradeDataApi() { }); } +/** + * 渠道统计数据 + * @param pram + */ +export function channelDataApi() { + return request({ + url: `/admin/statistics/channel/data`, + method: 'GET', + }); +} + /** * 交易概览 * @param pram @@ -85,6 +96,20 @@ export function tradeTrendApi(params) { }); } + +/** + * 渠道趋势 + * @param pram + */ +export function channelTrendApi(params) { + return request({ + url: `/admin/statistics/channel/trend`, + method: 'GET', + params, + }); +} + + /** * 用户总数据 * @param pram diff --git a/src/views/statistic/channel/components/channel.vue b/src/views/statistic/channel/components/channel.vue index a0f32f1..d72b878 100644 --- a/src/views/statistic/channel/components/channel.vue +++ b/src/views/statistic/channel/components/channel.vue @@ -78,7 +78,7 @@