From f14c1d81cb26d339aff767c280ab35ced0639308 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Mon, 22 Apr 2024 15:15:57 +0800
Subject: [PATCH] first

---
 src/page/home/home.vue |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/page/home/home.vue b/src/page/home/home.vue
index 4c72742..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"
@@ -267,17 +267,17 @@
       // 新闻导航
       newListHeader: [
         {
-          title: "美国新闻",
+          title: "印度新闻",
           id: "tab_0",
           data: [],
           type: 1,
         },
-        {
-          title: "马来西亚新闻",
-          id: "tab_1",
-          data: [],
-          type: 2,
-        },
+        // {
+        //   title: "马来西亚新闻",
+        //   id: "tab_1",
+        //   data: [],
+        //   type: 2,
+        // },
       ],
 
       // 公告 icon 地址

--
Gitblit v1.9.3