From 37c1277a8320f0bf274a324e0a8ee41c96019d96 Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Sat, 29 Aug 2026 15:07:51 +0800 Subject: [PATCH] =?UTF-8?q?Feat=EF=BC=9A=E5=A2=9E=E5=8A=A0=E6=8F=90?= =?UTF-8?q?=E7=8E=B0=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/user.js | 8 +++++ pkg_user/views/withdrawal.vue | 55 +++++++++++++++++++++++++++++++---- 2 files changed, 58 insertions(+), 5 deletions(-) diff --git a/api/user.js b/api/user.js index bc264e6..e437fb9 100644 --- a/api/user.js +++ b/api/user.js @@ -603,3 +603,11 @@ export function queryUserGuide(params) { export function setUserGuide(params) { return request.post('/user/guide/status', params) } + +/** + * 提现规则 + */ +export function getWithdrawalRules() { + return request.get('/extract/rule') +} + diff --git a/pkg_user/views/withdrawal.vue b/pkg_user/views/withdrawal.vue index c0be89e..da7716c 100644 --- a/pkg_user/views/withdrawal.vue +++ b/pkg_user/views/withdrawal.vue @@ -17,7 +17,10 @@ - 提现金额: + + 提现金额: + 提现规则 + @@ -68,18 +71,25 @@ - + + + 提现规则 + + 暂无提现规则 + +