From 51b35cc2acf48af03f32f1918d20a126a48d6e9b Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Wed, 11 Mar 2026 13:46:10 +0800
Subject: [PATCH] 该客服
---
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