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 }}) -