From a57bf2626c9851da8e87608224f8c58e5cf7add2 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Thu, 18 Jun 2026 18:12:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=92=A4=E9=94=80=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/en.json | 3 ++- src/i18n/tw.json | 3 ++- src/views/wallet/funding.vue | 10 +++++++--- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/i18n/en.json b/src/i18n/en.json index ba7ea36..ae86d42 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -36,7 +36,8 @@ "c7": "White paper address", "c8": "Official website address", "c9": "brief introduction", - "c10": "Minimum recharge amount: {num}. Recharge less than the minimum amount will not be posted and cannot be returned." + "c10": "Minimum recharge amount: {num}. Recharge less than the minimum amount will not be posted and cannot be returned.", + "rejection":"Reason for rejection" }, "common": { "million": "million", diff --git a/src/i18n/tw.json b/src/i18n/tw.json index de90e83..de1ee2a 100644 --- a/src/i18n/tw.json +++ b/src/i18n/tw.json @@ -36,7 +36,8 @@ "c7": "白皮書地址", "c8": "官網地址", "c9": "簡介", - "c10": "最小充值金額:{num},小於最小金額的充值將不會上帳且無法返回。" + "c10": "最小充值金額:{num},小於最小金額的充值將不會上帳且無法返回。", + "rejection":"拒絕理由" }, "common": { "million": "幾百萬", diff --git a/src/views/wallet/funding.vue b/src/views/wallet/funding.vue index 39cf5dd..84be2a0 100644 --- a/src/views/wallet/funding.vue +++ b/src/views/wallet/funding.vue @@ -84,7 +84,8 @@ {{$t('wallet.num')}} {{$t('wallet.handlingFee1')}} {{$t('wallet.status')}} - + {{$t('contract.c0')}} + {{$t('nav.rejection')}} @@ -103,9 +104,12 @@ - + + +
{{item.remark}}
+