From f0ff93bd4b1636ed99f637b86cd4f0b8af63414d Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Tue, 03 Jun 2025 18:34:32 +0800
Subject: [PATCH] style

---
 src/components/layout/footerView.vue |   21 ++++++++++++---------
 1 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/src/components/layout/footerView.vue b/src/components/layout/footerView.vue
index f436284..0016e0e 100644
--- a/src/components/layout/footerView.vue
+++ b/src/components/layout/footerView.vue
@@ -7,42 +7,45 @@
             <span class="avatar"></span><span class="text">Deepcoin</span>
           </div>
           <div class="text">
-            Deepcoin成立於2014年,目前總部位於英國。是全球領先的數位貨幣資產交易平台,致力於為用戶提供安全,專業,便利的數位貨幣交易服務。在加密貨幣撮合交易領域佔了43.17%的市佔率。
+            {{ $t("message.user.ma38") }}
+           
           </div>
         </div>
         <div class="footer_list">
-          <h1 class="about">關於</h1>
+          <h1 class="about">
+            {{ $t("message.user.ma39") }}</h1>
           <ul>
             <li>
               <a href="javascript:void(0)" @click="goRouter('/about')"
-                >關於我們</a
+                >
+                {{ $t("message.user.ma40") }}</a
               >
             </li>
             <li>
               <a href="javascript:void(0)" @click="goRouter('/termsOfService')"
-                >服務條款</a
+                > {{ $t("message.user.ma41") }}</a
               >
             </li>
             <li>
               <a href="javascript:void(0)" @click="goRouter('/agreement')"
-                >合作協議</a
+                > {{ $t("message.user.ma42") }}</a
               >
             </li>
           </ul>
         </div>
         <div class="footer_list">
-          <h1 class="about">聯繫我們</h1>
+          <h1 class="about"> {{ $t("message.user.ma43") }}</h1>
           <ul>
             <li>
               <a href="javascript:void(0);" @click="goRouter('/helpCenter')"
-                >幫助中心</a
+                > {{ $t("message.user.ma44") }}</a
               >
             </li>
             <li>
               <a
                 href="javascript:void(0);"
                 @click="goRouter('/CustomerService')"
-                >客服中心</a
+                > {{ $t("message.user.ma45") }}</a
               >
             </li>
             <li>
@@ -60,7 +63,7 @@
         </div>
       </div>
       <div class="footer_bottom">
-        <p>Deepcoin全球優質數字資產</p>
+        <p> {{ $t("message.user.ma46") }}</p>
         <p>Copyright © 2021 - Deepcoin All rights reserved.</p>
       </div>
     </div>

--
Gitblit v1.9.3