From f7cacef344809f6859998be2936e87d551f984d3 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Wed, 18 Mar 2026 16:40:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BB=A3=E7=90=86=E4=B8=AD=E5=BF=83?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2):=20=E6=96=B0=E5=A2=9E=E2=80=9C=E6=8F=90?= =?UTF-8?q?=E7=8E=B0=E2=80=9D=E6=8C=89=E9=92=AE=EF=BC=8C=E8=B5=84=E6=96=99?= =?UTF-8?q?=E4=B8=8D=E5=85=A8=E5=BC=B9=E7=AA=97=EF=BC=8C=E5=AF=B9=E6=8E=A5?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AgencyCenter/AgencySetting.vue | 329 ++++++++++++++++++++++- src/views/AgencyCenter/index.vue | 209 ++++++++++++-- 2 files changed, 510 insertions(+), 28 deletions(-) diff --git a/src/views/AgencyCenter/AgencySetting.vue b/src/views/AgencyCenter/AgencySetting.vue index fdfb5d7..7d74e64 100644 --- a/src/views/AgencyCenter/AgencySetting.vue +++ b/src/views/AgencyCenter/AgencySetting.vue @@ -8,10 +8,11 @@ style="box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); z-index: 999" /> -
- -
-
+
+ +
+ +
{{ t('my_agency') }}
+
+ +
+
{{ t('bank_card') }}
+ + +
+
{{ t('more') }}
+
+
+ + +
+ +
+
+ {{ t('add_payment_method') }} +
+ + + +
+ + +
+ +
{{ t('category') }}
+
+ {{ usedBankCard?.cardType }} +
+ + +
+ {{ t('card_number_label') }} +
+
+ {{ usedBankCard?.cardNo }} +
+ + +
{{ t('payee') }}:
+
+ {{ usedBankCard?.payee }} +
+
+
+
+ + +
+ +
+
+
{{ t('kyc') }}
+ + +
:
+ + +
+ {{ t('review_passed') }} +
+ + +
+ {{ t('review_failed') }} +
+ + +
+ {{ t('awaiting_review') }} +
+
+ + + +
+ + +
+ +
+ {{ t('complete_information') }} + +
+ + +
+ +
+ + {{ t('passport_id_card_title') }}: + + + +
+ + +
+ +
+ + +
{{ t('contact_number') }}:
+
+ {{ bankCardInfo.contactNumber }} +
+ + +
{{ t('other_description') }}:
+
+ {{ bankCardInfo.otherDescription }} +
+
+
+