From 4bce2452778037e92a681e7d27a94d3a998be297 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Wed, 4 Dec 2024 09:19:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B5=84=E4=BA=A7=E4=B8=AD?= =?UTF-8?q?=E6=8F=90=E5=B8=81=E5=9C=B0=E5=9D=80=E7=9A=84=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E6=A1=86=E4=B8=BA=E4=B8=8B=E6=8B=89=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/en.json | 3 +- src/i18n/tw.json | 4 +-- src/views/wallet/address.vue | 4 +-- src/views/wallet/exchange-assets.vue | 53 +++++++++++++++++++++++++--- 4 files changed, 55 insertions(+), 9 deletions(-) diff --git a/src/i18n/en.json b/src/i18n/en.json index 795cf6f..d26b033 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -512,7 +512,8 @@ "contractFlow": "Contract Flow", "info": "Details", "money": "Amount", - "Authentication": "Authentication" + "Authentication": "Authentication", + "withdrawals":"Please select the withdrawal address" }, "contact": { "contact": "Contact Us", diff --git a/src/i18n/tw.json b/src/i18n/tw.json index a16550b..616824e 100644 --- a/src/i18n/tw.json +++ b/src/i18n/tw.json @@ -454,8 +454,8 @@ "contractFlow": "合約流水", "info": "詳情", "money": "金額", - "Authentication": "身份認證" - + "Authentication": "身份認證", + "withdrawals":"請選擇提幣地址" }, "contact": { "contact": "聯繫我們", diff --git a/src/views/wallet/address.vue b/src/views/wallet/address.vue index e18341e..e39729b 100644 --- a/src/views/wallet/address.vue +++ b/src/views/wallet/address.vue @@ -116,7 +116,7 @@ {{ address.address_note }} - + -->