From a525c62094f6b40545e299f3d1171a933cd40e14 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Wed, 24 Sep 2025 13:56:36 +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 aabfeac..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 }} (UTC+2)</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