From a51ae716cb1eb8e21fc4a5c355d3cdbe02b27d7f Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Wed, 04 Jun 2025 18:38:25 +0800
Subject: [PATCH] style
---
src/components/layout/footerView.vue | 31 +++++++++++++++++--------------
1 files changed, 17 insertions(+), 14 deletions(-)
diff --git a/src/components/layout/footerView.vue b/src/components/layout/footerView.vue
index f436284..1cf9f14 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
+ <a href="javascript:void(0)" @click="goRouter('/about')">
+ {{ $t("message.user.ma40") }}</a
>
</li>
<li>
- <a href="javascript:void(0)" @click="goRouter('/termsOfService')"
- >服務條款</a
+ <a href="javascript:void(0)" @click="goRouter('/termsOfService')">
+ {{ $t("message.user.ma41") }}</a
>
</li>
<li>
- <a href="javascript:void(0)" @click="goRouter('/agreement')"
- >合作協議</a
+ <a href="javascript:void(0)" @click="goRouter('/agreement')">
+ {{ $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
+ <a href="javascript:void(0);" @click="goRouter('/helpCenter')">
+ {{ $t("message.user.ma44") }}</a
>
</li>
<li>
<a
href="javascript:void(0);"
@click="goRouter('/CustomerService')"
- >客服中心</a
+ >
+ {{ $t("message.user.ma45") }}</a
>
</li>
<li>
@@ -53,14 +56,14 @@
font-size: 12px;
text-decoration: underline;
"
- >Deepcoincrypto@outlook.com</a
+ >support@usadeepcoin.com</a
>
</li>
</ul>
</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