From fd5d501f963eb755dace6d0b5fdd0f8bf14b5b0b Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Wed, 26 Mar 2025 11:29:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E5=B8=81=E8=AE=B0=E5=BD=95=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E6=92=A4=E9=94=80=E5=92=8C=E6=8B=92=E7=BB=9D=E7=90=86?= =?UTF-8?q?=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i18n/lang/en.json | 3 ++- i18n/lang/zh-TW.json | 3 ++- pages/assets/records.vue | 54 ++++++++++++++++++++++++++-------------- 3 files changed, 39 insertions(+), 21 deletions(-) diff --git a/i18n/lang/en.json b/i18n/lang/en.json index 71aeb04..4411213 100644 --- a/i18n/lang/en.json +++ b/i18n/lang/en.json @@ -69,7 +69,8 @@ "c5": "your transfer order has been submitted successfully, please wait patiently, and the transfer result will be notified by SMS or e-mail. Please check it carefully. If you have any questions, please contact the customer service in time.", "c6": "Proportion of increase", "c7": "Current valuation", - "withdrawals":"Please select the withdrawal address" + "withdrawals":"Please select the withdrawal address", + "rejection":"Reason for rejection" }, "base": { "a0": "Title", diff --git a/i18n/lang/zh-TW.json b/i18n/lang/zh-TW.json index 33dff4b..b1d7f6f 100644 --- a/i18n/lang/zh-TW.json +++ b/i18n/lang/zh-TW.json @@ -68,7 +68,8 @@ "c4": "數量", "c5": "您的劃轉訂單已提交成功,請耐心等待,劃轉結果會以簡訊或郵件的管道通知。請注意查收,如有疑問請及時聯系客服", "c6": "漲幅比例", - "withdrawals":"請選擇提幣地址" + "withdrawals":"請選擇提幣地址", + "rejection":"拒絕理由" }, "base": { "a0": "標題", diff --git a/pages/assets/records.vue b/pages/assets/records.vue index a0ce4d5..b6ec5b1 100644 --- a/pages/assets/records.vue +++ b/pages/assets/records.vue @@ -16,29 +16,39 @@ - - - - + + {{ $t("assets.c9") }} + {{ $t("assets.d0") }} + {{ $t("assets.c0") }} + {{ $t("exchange.g3") }} - - - - + + + {{ item.datetime | parseTime }} + + + {{ item.status_text }} + + + {{$t('assets.d1')}} + {{$t('assets.d2')}} + {{$t('assets.d3')}} + + + {{ item.amount }} + ({{ item.coin_name }}) + + + {{$t('exchange.g4')}} + + + + {{$t('common.rejection')}}:{{item.remark}} +
{{ $t("assets.c9") }}{{ $t("assets.d0") }}{{ $t("assets.c0") }}
- {{ item.datetime | parseTime }} - - {{ item.status_text }} - - {{$t('assets.d1')}} - {{$t('assets.d2')}} - {{$t('assets.d3')}} - - {{ item.amount }} - ({{ item.coin_name }}) -