From 242f9323e6a206c4564d23f3ddbfa45fe29cc64a Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Tue, 28 May 2024 14:32:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=EF=BC=9A=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E8=82=A1=E4=B8=9C=E7=9B=B8=E5=85=B3=E4=BF=A1=E6=81=AF=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/user.js | 15 +- pages.json | 6 + pages/users/shareholders/index.vue | 377 +++++++++++++++++++++++++++++ 3 files changed, 395 insertions(+), 3 deletions(-) create mode 100644 pages/users/shareholders/index.vue diff --git a/api/user.js b/api/user.js index 7ea3bfd..c9999fc 100644 --- a/api/user.js +++ b/api/user.js @@ -751,9 +751,18 @@ export function withdrawalAccountEdit(data) { export function withdrawalAccountDel(id) { return request.post(`withdrawalAccount/del/${id}`); } - - - +// 资源股东 - 关联商户列表 +export function shareholdersMerList(data) { + return request.get(`user/shareholders/mer_list`, data); +} +// 资源股东 - 关联商户列表 +export function shareholdersStatistics() { + return request.get(`user/shareholders/statistics`); +} +// 资源股东 - 收益相关订单列表 +export function shareholdersOrderList() { + return request.get(`user/shareholders/order_list`); +} diff --git a/pages.json b/pages.json index 4d9fef9..6963ff2 100644 --- a/pages.json +++ b/pages.json @@ -616,6 +616,12 @@ "style": { "navigationBarTitleText": "邀请码使用" } + }, + { + "path": "shareholders/index", + "style": { + "navigationBarTitleText": "资源股东" + } } diff --git a/pages/users/shareholders/index.vue b/pages/users/shareholders/index.vue new file mode 100644 index 0000000..072a633 --- /dev/null +++ b/pages/users/shareholders/index.vue @@ -0,0 +1,377 @@ + + + + +