From 9692ddd8f547c34337ef9902e1bec0dbe5bacde5 Mon Sep 17 00:00:00 2001
From: WindowBird <13870814+windows-bird@user.noreply.gitee.com>
Date: Mon, 18 Aug 2025 15:50:23 +0800
Subject: [PATCH] =?UTF-8?q?=E7=94=B3=E8=AF=B7=E6=8F=90=E7=8E=B00.8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
enum/commonEnum.js | 1 +
pages.json | 6 +
pages/requestWithdrawal/requestWithdrawal.vue | 354 ++++++++++++++++++
3 files changed, 361 insertions(+)
create mode 100644 pages/requestWithdrawal/requestWithdrawal.vue
diff --git a/enum/commonEnum.js b/enum/commonEnum.js
index 7dad636..2c08827 100644
--- a/enum/commonEnum.js
+++ b/enum/commonEnum.js
@@ -31,5 +31,6 @@ export const commonEnum = {
DOWN_ICON: 'https://api.ccttiot.com/image-1755484170012.png',
WITHDRAW: 'https://api.ccttiot.com/image-1755496777724.png', //提现
ORDER_NUMBER: 'https://api.ccttiot.com/image-1755496809579.png', //订单
+ CHINA_CONSTRUCTION_BANK: 'https://api.ccttiot.com/image-1755503384639.png', //建设银行
}
export default commonEnum
diff --git a/pages.json b/pages.json
index f5c4118..72a1a7c 100644
--- a/pages.json
+++ b/pages.json
@@ -33,6 +33,12 @@
"navigationBarTitleText": "设置"
}
},
+ {
+ "path": "pages/requestWithdrawal/requestWithdrawal",
+ "style": {
+ "navigationBarTitleText": "申请提现"
+ }
+ },
{
"path": "pages/securityVerification/securityVerification",
"style": {
diff --git a/pages/requestWithdrawal/requestWithdrawal.vue b/pages/requestWithdrawal/requestWithdrawal.vue
new file mode 100644
index 0000000..d665f05
--- /dev/null
+++ b/pages/requestWithdrawal/requestWithdrawal.vue
@@ -0,0 +1,354 @@
+
+
+
+
+
+
+ 账户余额 (元)
+ {{ accountData.balance }}
+
+
+ 未结算金额 (元)
+ {{ accountData.unsettled }}
+
+
+
+
+
+
+ 提现金额
+
+ ¥
+
+ 全部提现
+
+
+
+
+
+ 提现至
+
+
+ {{ selectedBank.icon }}
+ {{ selectedBank.name }}
+
+ ›
+
+
+
+
+ 立即提现
+
+
+
+ 可提现金额: {{ accountData.available }}元
+
+
+
+ 提现说明:
+
+ 提现金额: {{ withdrawalData.amount || '0.00' }}元
+
+
+ 实际到账: {{ actualAmount }}元
+
+
+ 提现手续费: {{ fee }}元
+
+
+
+
+
+
+
+