From 5c18809a58e39fd483efd6f43b5cdaa9844ae592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=82=85=E5=85=89=E5=AD=9F?= Date: Mon, 23 Mar 2026 20:51:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E8=BD=AC=E5=8F=91?= =?UTF-8?q?=E9=87=8F=E6=98=8E=E7=BB=86=E5=8A=9F=E8=83=BD=EF=BC=8C=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E6=95=B0=E6=8D=AE=E5=B1=95=E7=A4=BA=E5=92=8C=E4=BA=A4?= =?UTF-8?q?=E4=BA=92=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/jnh/index.ts | 9 ++++ src/views/pages/jnh/index.vue | 88 +++++++++++++++++++++++++++++++++-- 2 files changed, 92 insertions(+), 5 deletions(-) diff --git a/src/api/jnh/index.ts b/src/api/jnh/index.ts index 4b25cba..bc252ec 100644 --- a/src/api/jnh/index.ts +++ b/src/api/jnh/index.ts @@ -52,3 +52,12 @@ export const resetPassword = (data: any) => { data, }); }; + +// 转发量明细 +export const getShareDetails = (data: any) => { + return request({ + url: '/jnh/user/shares', + method: 'get', + params: data, + }); +}; \ No newline at end of file diff --git a/src/views/pages/jnh/index.vue b/src/views/pages/jnh/index.vue index 0750a8c..2e50e90 100644 --- a/src/views/pages/jnh/index.vue +++ b/src/views/pages/jnh/index.vue @@ -40,12 +40,16 @@ - + + +