From 5ffcc59a57671b65a9fa2403435a7f6d19b1d513 Mon Sep 17 00:00:00 2001 From: zhangtianning <573515615@qq.com> Date: Tue, 27 Feb 2024 16:03:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E9=94=80=E4=BD=A3=E9=87=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/dealer/capital.js | 17 +++ pages.json | 6 + pages/.DS_Store | Bin 6148 -> 6148 bytes pages/dealer/commission.vue | 246 +++++++++++++++++++++++++++++++ pages/news3/JoinDistribution.vue | 4 +- 5 files changed, 271 insertions(+), 2 deletions(-) create mode 100644 api/dealer/capital.js create mode 100644 pages/dealer/commission.vue diff --git a/api/dealer/capital.js b/api/dealer/capital.js new file mode 100644 index 0000000..6694481 --- /dev/null +++ b/api/dealer/capital.js @@ -0,0 +1,17 @@ +import request from '@/utils/request' + +// api地址 +const api = { + list: 'dealer.capital/list', + submit: 'dealer.capital/submit' +} + +// 分销商提现明细 +export const list = (param) => { + return request.get(api.list, param) +} + +// 提交提现申请 +export const submit = (data) => { + return request.post(api.submit, data) +} diff --git a/pages.json b/pages.json index 5eec758..8772394 100644 --- a/pages.json +++ b/pages.json @@ -277,6 +277,12 @@ "navigationBarTitleText": "" } }, + { + "path": "pages/dealer/commission", + "style": { + "navigationBarTitleText": "分销佣金" + } + }, { "path": "pages/dealer/withdraw/apply", "style": { diff --git a/pages/.DS_Store b/pages/.DS_Store index 85d9a35fe7d5cffdc6869905772c94d66a36648a..836e94b89cbd66683869334a84ed8e26770ee7c2 100644 GIT binary patch delta 64 zcmZoMXfc@J&&aVcU^g=($7UXuzl@W4Sh*ODCrh#1;>=@6WhiGTW-#9Ti&cP;laT=o RIJh?pa)_~PR^z$H4FDV-4%7eu delta 47 zcmZoMXfc@J&&akhU^g=(+h!h?zl@vN*cllomi*;pWB>yW?#+T6Vl120c + + + + + + + + + + + {{item.describe}} {{ item.money }}元 + {{ item.create_time }} + + + + {{ ApplyStatusText[item.apply_status] }} + + + 驳回原因 + + + + + + + + + + + {{ rejectReason }} + + + + + + + + + + diff --git a/pages/news3/JoinDistribution.vue b/pages/news3/JoinDistribution.vue index 38b3d00..bed10f5 100644 --- a/pages/news3/JoinDistribution.vue +++ b/pages/news3/JoinDistribution.vue @@ -13,7 +13,7 @@ - + @@ -49,7 +49,7 @@ - + 分销佣金