From 6d3a6f43588a5d5d80fb0a8a66997308cea7a51f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8?= Date: Mon, 15 Jun 2026 17:20:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=AC=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US/index.ts | 4 + src/i18n/locales/zh-CN/index.ts | 4 + .../withdraw/components/WithdrawDialog.vue | 110 ++++++++++++++---- src/views/capital/withdraw/index.vue | 3 + src/views/capital/withdraw/options.ts | 2 +- 5 files changed, 102 insertions(+), 21 deletions(-) diff --git a/src/i18n/locales/en-US/index.ts b/src/i18n/locales/en-US/index.ts index ea38bb1..d4e05c0 100644 --- a/src/i18n/locales/en-US/index.ts +++ b/src/i18n/locales/en-US/index.ts @@ -129,6 +129,10 @@ export default { bankAddressPlaceholder: 'Please enter bank address', bankAccount: 'Bank Account', bankAccountPlaceholder: 'Please enter bank account', + beneficiaryEnname: 'Beneficiary English Name', + beneficiaryEnnamePlaceholder: 'Please enter beneficiary English name', + bankTipsTitle: 'Warm Reminder', + bankTipsContent: 'It is recommended to use large commercial banks such as ICBC, BOC, CCB, CMB, PSBC, or BOCOM. Rural commercial banks may not be able to receive the transfer. Only single-currency UnionPay cards are supported. A single-currency UnionPay card is a debit card with only UnionPay logo. Cards with both UnionPay and VISA or MasterCard logos cannot receive transfers. To ensure normal withdrawal, please use your own bank card.', nextStep: 'Next Step', confirmWithdraw: 'Confirm Withdraw', submitSuccess: 'Withdraw application submitted', diff --git a/src/i18n/locales/zh-CN/index.ts b/src/i18n/locales/zh-CN/index.ts index 4c66c34..b94f938 100644 --- a/src/i18n/locales/zh-CN/index.ts +++ b/src/i18n/locales/zh-CN/index.ts @@ -129,6 +129,10 @@ export default { bankAddressPlaceholder: '请输入银行地址', bankAccount: '银行账号', bankAccountPlaceholder: '请输入银行账号', + beneficiaryEnname: '收款人英文名字', + beneficiaryEnnamePlaceholder: '请输入收款人英文名字', + bankTipsTitle: '温馨提示', + bankTipsContent: '建议使用工商银行、中国银行、建设银行、招商银行、邮政储蓄银行、交通银行等大型商业银行,村镇商业银行等可能无法到账。仅支持单币种银联卡。单币种银联卡是指卡标识只有银联的借记卡,如果有银联加VISA或MasterCard一起标识的无法到账,同时为保证取款正常,请使用本人银行卡。', nextStep: '下一步', confirmWithdraw: '确认取款', submitSuccess: '取款申请已提交', diff --git a/src/views/capital/withdraw/components/WithdrawDialog.vue b/src/views/capital/withdraw/components/WithdrawDialog.vue index 033c818..d51c51c 100644 --- a/src/views/capital/withdraw/components/WithdrawDialog.vue +++ b/src/views/capital/withdraw/components/WithdrawDialog.vue @@ -92,28 +92,31 @@ - - + +
+
{{ t('withdraw.dialog.bankTipsTitle') }}
+
{{ t('withdraw.dialog.bankTipsContent') }}
+
+ + + - -