From 4c1294a1ddd2092d1b989763e66c136f6a779bed Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Thu, 12 Mar 2026 21:17:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(KYC=E9=A1=B5=E9=9D=A2=E3=80=81=E7=BF=BB?= =?UTF-8?q?=E8=AF=91=E6=96=87=E4=BB=B6):=20=E4=BF=AE=E6=94=B9=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=A0=B7=E5=BC=8F=EF=BC=8C=E4=BF=AE=E6=94=B9=E7=BF=BB?= =?UTF-8?q?=E8=AF=91=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/ar.json | 2 + src/locales/bn.json | 2 + src/locales/en.json | 2 + src/locales/tr.json | 2 + src/locales/zh.json | 2 + src/views/Wallet/CashOut/KYC.vue | 129 +++++++++++++++++++++++++------ 6 files changed, 117 insertions(+), 22 deletions(-) diff --git a/src/locales/ar.json b/src/locales/ar.json index 5114255..a384366 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -271,6 +271,8 @@ "enter_card_name": "أدخل اسم البطاقة", "enter_card_number": "أدخل رقم البطاقة", "enter_payee": "أدخل اسم المستفيد", + "change_kyc": "تغيير KYC", + "confirm_modify_kyc": "هل أنت متأكد من أنك تريد تعديل المعلومات الحالية؟", "admin_policy": "سياسة المشرف", diff --git a/src/locales/bn.json b/src/locales/bn.json index ca7ff66..8ef0269 100644 --- a/src/locales/bn.json +++ b/src/locales/bn.json @@ -271,6 +271,8 @@ "enter_card_name": "কার্ড নাম লিখুন", "enter_card_number": "কার্ড নম্বর লিখুন", "enter_payee": "প্রাপক লিখুন", + "change_kyc": "KYC পরিবর্তন", + "confirm_modify_kyc": "আপনি কি বর্তমান তথ্য পরিবর্তন করতে চান?", "admin_policy": "অ্যাডমিন নীতি", diff --git a/src/locales/en.json b/src/locales/en.json index 6c855fa..9bd6e11 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -271,6 +271,8 @@ "enter_card_name": "Enter the Card Name", "enter_card_number": "Enter the Card Number", "enter_payee": "Enter the payee", + "change_kyc": "Change KYC", + "confirm_modify_kyc": "Are you sure you want to modify the current information?", "admin_policy": "Admin Policy", diff --git a/src/locales/tr.json b/src/locales/tr.json index 9f53a28..b126f94 100644 --- a/src/locales/tr.json +++ b/src/locales/tr.json @@ -271,6 +271,8 @@ "enter_card_name": "Kart Adını Girin", "enter_card_number": "Kart Numarasını Girin", "enter_payee": "Alıcıyı girin", + "change_kyc": "KYC Değiştir", + "confirm_modify_kyc": "Mevcut bilgileri değiştirmek istediğinizden emin misiniz?", "admin_policy": "Yönetici Politikası", diff --git a/src/locales/zh.json b/src/locales/zh.json index b59f198..ed5bcfc 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -271,6 +271,8 @@ "enter_card_name": "请输入卡名", "enter_card_number": "请输入卡号", "enter_payee": "请输入收款人", + "change_kyc": "更改 KYC", + "confirm_modify_kyc": "您确定要修改当前信息吗?", "admin_policy": "管理员政策", diff --git a/src/views/Wallet/CashOut/KYC.vue b/src/views/Wallet/CashOut/KYC.vue index 9ccb4af..5f3dddb 100644 --- a/src/views/Wallet/CashOut/KYC.vue +++ b/src/views/Wallet/CashOut/KYC.vue @@ -167,45 +167,86 @@ - +
- {{ t('submit') }} +
+ {{ t('change_kyc') }} +
+
+ {{ t('submit') }} +
+ + +
+
+
+
+ {{ t('tips') }} +
+
+ +
+
+ {{ t('confirm_modify_kyc') }} +
+
+ +
+ + +
+
+
+