From 048ecd72ea83edcbfe141a9f301b59a812aedc7a Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 10 May 2025 11:48:36 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E3=80=90MALL=20=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E3=80=91=E4=BD=A3=E9=87=91=E6=8F=90=E7=8E=B0=EF=BC=8C=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E6=8F=90=E7=8E=B0=E5=A4=B1=E8=B4=A5=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E9=87=8D=E6=96=B0=E5=8F=91=E8=B5=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mall/trade/brokerage/withdraw/index.vue | 69 +++++++++++++------ 1 file changed, 48 insertions(+), 21 deletions(-) diff --git a/src/views/mall/trade/brokerage/withdraw/index.vue b/src/views/mall/trade/brokerage/withdraw/index.vue index dc4f19a7..bb3fc3ef 100644 --- a/src/views/mall/trade/brokerage/withdraw/index.vue +++ b/src/views/mall/trade/brokerage/withdraw/index.vue @@ -111,11 +111,15 @@
手续费:¥{{ fenToYuan(scope.row.feePrice) }}
- + + + + - - - -
- 原因:{{ scope.row.auditReason }} + 审核原因:{{ scope.row.auditReason }} +
+ +
+ 转账失败原因:{{ scope.row.transferErrorMsg }}
- @@ -197,7 +211,7 @@