From b20f8b51a1d53125201883371ecfc15fd18a1c3b Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Fri, 11 Jul 2025 15:22:25 +0800
Subject: [PATCH] 换地址
---
src/views/market/page.vue | 51 +++------------------------------------------------
1 files changed, 3 insertions(+), 48 deletions(-)
diff --git a/src/views/market/page.vue b/src/views/market/page.vue
index f5023d1..eacab1f 100644
--- a/src/views/market/page.vue
+++ b/src/views/market/page.vue
@@ -290,7 +290,7 @@
<!-- <div class="join-us">
<div class="join-us-title">{{ $t("message.home.jiaruwomen") }}</div>
<div class="join-us-desc">
- {{ $t("message.home['您的加入,才能壯大BCWP社區!']") }}
+ {{ $t("message.home['您的加入,才能壯大Deepcoin社區!']") }}
</div>
</div> -->
<!-- <div class="footer-box footer-background">
@@ -471,51 +471,7 @@
</div>
</div> -->
- <div class="common-footer">
- <div class="footer">
- <div class="footer_top">
- <div class="footer_left">
- <div class="logo">
- <span class="avatar"></span><span class="text">Mateonline</span>
- </div>
- <div class="text">
- Coinmate成立於2014年,目前總部位於英國。是全球領先的數位貨幣資產交易平台,致力於為用戶提供安全,專業,便利的數位貨幣交易服務。在加密貨幣撮合交易領域佔了43.17%的市佔率。
- </div>
- </div>
- <div class="footer_list">
- <h1 class="about">關於</h1>
- <ul>
- <li><a href="javascript:void(0)">關於我們</a></li>
- <li><a href="javascript:void(0)">服務條款</a></li>
- <li><a href="javascript:void(0)">合作協議</a></li>
- </ul>
- </div>
- <div class="footer_list">
- <h1 class="about">聯繫我們</h1>
- <ul>
- <li><a href="javascript:void(0);">幫助中心</a></li>
- <li><a href="javascript:void(0);">客服中心</a></li>
- <li>
- <a
- href="javascript:void(0);"
- style="
- color: rgb(255, 255, 255);
- font-size: 12px;
- text-decoration: underline;
- "
- >coinmatecrypto@outlook.com</a
- >
- </li>
- </ul>
- </div>
- </div>
- <div class="footer_bottom">
- <p>Coinmate全球優質數字資產</p>
- <p>Copyright © 2021 - Coinmate All rights reserved.</p>
- </div>
- </div>
- </div>
-
+ <footer-view />
<!-- 语言和汇率弹窗 -->
<lang-select ref="langSelect" />
</div>
@@ -799,8 +755,7 @@
.avatar {
width: 40px;
height: 40px;
- background: url(../../assets/forexImages/logo-66dce226.png) no-repeat
- center center;
+ background: url(../../assets/logo.png) no-repeat center center;
background-size: 40px 40px;
}
.text {
--
Gitblit v1.9.3