From 431506e6b44e636f1e1df9ad6cde133b26b9800d Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Tue, 02 Jul 2024 14:48:37 +0800
Subject: [PATCH] 替换logo,时间格式改变

---
 src/views/forex/footer/contact-us.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/forex/footer/contact-us.vue b/src/views/forex/footer/contact-us.vue
index fd64188..2a45957 100644
--- a/src/views/forex/footer/contact-us.vue
+++ b/src/views/forex/footer/contact-us.vue
@@ -22,13 +22,13 @@
         <div class="pr-16 flex justify-between">
           <h5>{{ t("cu-s1-2-d1") }}</h5>
           <h5 class="link-middle-text" @click="gotoPage('mail')">
-            {{ t("support@pepperstone.com") }}
+            {{ t("support@Coinzne.com") }}
           </h5>
         </div>
         <div class="pr-16 flex justify-between">
           <h5>{{ t("cu-s1-2-d2") }}</h5>
           <h5 class="link-middle-text" @click="gotoPage('mail')">
-            {{ t("marketing@pepperstone.com") }}
+            {{ t("marketing@Coinzne.com") }}
           </h5>
         </div>
       </div>
@@ -42,7 +42,7 @@
 
 const gotoPage = (path) => {
   if (path === "mail") {
-    window.location.href = "mailto:support@pepperstone.com";
+    window.location.href = "mailto:support@Coinzne.com";
     return;
   }
   if (path === "tel") {

--
Gitblit v1.9.3