diff --git a/src/views/HostCenter/HostSetting.vue b/src/views/HostCenter/HostSetting.vue index 91078bd..e4e1537 100644 --- a/src/views/HostCenter/HostSetting.vue +++ b/src/views/HostCenter/HostSetting.vue @@ -80,7 +80,7 @@
-
Bank Card
+
{{ t('bank_card') }}
-
More
- - +
{{ t('more') }}
@@ -278,7 +270,7 @@
{{ t('passport_id_card', { current: bankCardInfo.previewUrls.length }) }}:{{ t('passport_id_card_title') }}: @@ -304,13 +296,27 @@
{{ t('contact_number') }}:
-
+
{{ bankCardInfo.contactNumber }}
{{ t('other_description') }}:
-
+
{{ bankCardInfo.otherDescription }}
diff --git a/src/views/HostCenter/index.vue b/src/views/HostCenter/index.vue index 42a5f60..18799c1 100644 --- a/src/views/HostCenter/index.vue +++ b/src/views/HostCenter/index.vue @@ -226,15 +226,17 @@ display: flex; flex-direction: column; align-items: center; - gap: 4px; + gap: 2vw; " @click.stop > -
{{ t('prompt') }}
-
+
+ {{ t('prompt') }} +
+
{{ t('fill_info_tips') }}
-
+
{{ t('card_issue_tips') }}
+
{{ t('no_bank_cards_in_use') }}
+ +
+
+
+
{{ t('card_number') }}: {{ usedBankCard.cardNo }}
@@ -136,7 +150,15 @@ > {{ t('payee') }}: {{ card.payee }}
-
+
{{ t('card_number') }}: {{ card.cardNo }}
diff --git a/src/views/Wallet/CashOut/CashOut.vue b/src/views/Wallet/CashOut/CashOut.vue index 1d722ca..e6684e9 100644 --- a/src/views/Wallet/CashOut/CashOut.vue +++ b/src/views/Wallet/CashOut/CashOut.vue @@ -134,7 +134,7 @@
{{ - t('passport_id_card', { current: bankCardInfo.previewUrls.length }) + t('passport_id_card_title') }}
@@ -136,7 +136,15 @@ > {{ t('payee') }}: {{ usedBankCard?.payee }}
-
+
{{ t('card_number') }}: {{ usedBankCard?.cardNo }}
@@ -241,9 +249,9 @@
- + {{ t('passport_id_card', { current: bankCardInfo.previewUrls.length }) }}:{{ t('passport_id_card_title') }}: @@ -269,13 +277,27 @@
{{ t('contact_number') }}:
-
+
{{ bankCardInfo.contactNumber }}
{{ t('other_description') }}:
-
+
{{ bankCardInfo.otherDescription }}
@@ -392,7 +414,7 @@
- {{ t('bd_salary') }} + {{ t('bank_card') }}
@@ -472,7 +494,15 @@ > {{ t('payee') }}: {{ card.payee }}
-
+
{{ t('card_number') }}: {{ card.cardNo }}
@@ -529,12 +559,14 @@ display: flex; flex-direction: column; align-items: center; - gap: 4px; + gap: 2vw; " @click.stop > -
{{ t('tips') }}
-
+
+ {{ t('tips') }} +
+
{{ t('cash_withdrawal_tips') }}
{ // 查看历史提现信息 const lookDetails = () => { - router.push('/cash-out-details') + router.push('/information-details') } // 查看历史提现信息 diff --git a/src/views/Wallet/CashOut/KYC.vue b/src/views/Wallet/CashOut/KYC.vue index 5f3dddb..97b0fbc 100644 --- a/src/views/Wallet/CashOut/KYC.vue +++ b/src/views/Wallet/CashOut/KYC.vue @@ -176,7 +176,7 @@ ? 'linear-gradient(135deg, #BB92FF 2.82%, #8B45FF 99.15%), linear-gradient(135deg, #D1CED6 2.82%, #7C7882 99.15%)' : 'linear-gradient(135deg, #D1CED6 2.82%, #7C7882 99.15%)', }" - @click="maskLayerShow = true" + @click="checkStatus ? (maskLayerShow = true) : ''" >
{{ t('change_kyc') }} diff --git a/src/views/Wallet/Detail/InformationDetails.vue b/src/views/Wallet/Detail/InformationDetails.vue index 585c84d..63deec0 100644 --- a/src/views/Wallet/Detail/InformationDetails.vue +++ b/src/views/Wallet/Detail/InformationDetails.vue @@ -3,7 +3,7 @@