From 6cd1d790d0a55b8f763de8d1d129cca2772393e4 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Mon, 22 Dec 2025 18:37:14 +0800
Subject: [PATCH] 1
---
src/views/cryptos/Recharge/rechargeDetail.vue | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/src/views/cryptos/Recharge/rechargeDetail.vue b/src/views/cryptos/Recharge/rechargeDetail.vue
index 9d17c11..88bd0ea 100644
--- a/src/views/cryptos/Recharge/rechargeDetail.vue
+++ b/src/views/cryptos/Recharge/rechargeDetail.vue
@@ -13,8 +13,9 @@
<div class="status-icon status-bg3" v-if="info.state == 0"></div>
<div class="status-icon status-bg1" v-if="info.state == 3"></div>
<div class="status-icon status-bg4" v-if="info.state == 4"></div>
- <span class="ml10 font-32 textColor">{{ type2 }}{{ status[info.state] && status[info.state].split('_')[0]
- }}</span>
+ <span class="ml10 font-32 textColor">{{ type2 }}{{ status[info.state] &&
+ status[info.state].split('_')[0]
+ }}</span>
</div>
<div class="text-grey font-26 pl-30 pr-30">
{{ $t('数字币已经') }}{{ $t(type2) }}{{ status[info.state] &&
@@ -52,7 +53,10 @@
<!-- </div>-->
<div class="flex justify-between mb74">
<div class="text-grey">{{ $t('日期') }}</div>
- <div class="textColor">{{ info.create_time }}</div>
+ <div class="textColor">
+ {{ info.create_time }}
+ (UTC+8)
+ </div>
</div>
<div class="flex justify-between mb74">
<div class="text-grey">{{ $t('备注') }}</div>
--
Gitblit v1.9.3