From 1136b8d80116008cc1f8da51f0f53dc746d52f86 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Sun, 12 Oct 2025 15:41:09 +0800
Subject: [PATCH] 1
---
src/views/cryptos/AccountChange/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/cryptos/AccountChange/index.vue b/src/views/cryptos/AccountChange/index.vue
index ea3bf60..3fcbc1f 100644
--- a/src/views/cryptos/AccountChange/index.vue
+++ b/src/views/cryptos/AccountChange/index.vue
@@ -13,7 +13,7 @@
<img v-else src="@/assets/image/assets-center/out.png" class="w-44 h-44 mr-20" /> -->
<div>
<div class="font-32 textColor">{{ category[item.category] }}</div>
- <div class="text-grey font-26 mt-6">{{ item.createTime }}(UTC+2)</div>
+ <div class="text-grey font-26 mt-6">{{ item.createTime }}(UTC-6)</div>
<div class="text-grey font-26 mt-6">{{ orderTypes[item.content_type] }}</div>
</div>
</div>
--
Gitblit v1.9.3