From 4912638fc5fc26958a0b0401aa332e0f549cb7c2 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Mon, 22 Apr 2024 16:04:19 +0800
Subject: [PATCH] first
---
src/page/home/home.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/page/home/home.vue b/src/page/home/home.vue
index e6e5974..9ceedf4 100644
--- a/src/page/home/home.vue
+++ b/src/page/home/home.vue
@@ -100,7 +100,7 @@
<div class="name">{{ $t("hj226") }}</div>
</div>
</li>
- <li @click="$router.push('/transferIndex')">
+ <li @click="$router.push('/trading-list?type=DZ')">
<div class="link">
<div class="icon">
<img
@@ -108,7 +108,7 @@
alt=""
/>
</div>
- <div class="name">{{ $t("hj245") }}</div>
+ <div class="name">{{ $t("hj261") }}</div>
</div>
</li>
<li @click="$refs.language.settingDialog = true">
@@ -213,7 +213,7 @@
"
>
<div class="item-times">
- {{ $moment(item.addTime).format("YYYY-MM-DD HH:mm:ss") }}
+ {{ $moment(item.addTime).format("DD-MM-YYYY hh:mm:ss A") }}
</div>
<div
class="titContent"
--
Gitblit v1.9.3