From 7ff9b724438073bcdf332f24f67e734a4bca8f31 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Tue, 02 Jul 2024 16:34:59 +0800
Subject: [PATCH] 充值接口出问题了
---
src/components/forex/footer.vue | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/components/forex/footer.vue b/src/components/forex/footer.vue
index dac8a7c..bdbfcd8 100644
--- a/src/components/forex/footer.vue
+++ b/src/components/forex/footer.vue
@@ -110,7 +110,7 @@
];
const fourthList = [
{
- title: "support@pepperstone.com",
+ title: "support@Coinzne.com",
path: "mail",
},
{
@@ -142,22 +142,22 @@
url: "/legal-documentation",
},
{
- url: "https://files.pepperstone.com/legal/SCB/SCB_Privacy_Policy_ROW.pdf",
+ url: "https://files.Coinzne.com/legal/SCB/SCB_Privacy_Policy_ROW.pdf",
},
{
- url: "https://files.pepperstone.com/legal/SCB/SCB_Client_TCs_ROW.pdf",
+ url: "https://files.Coinzne.com/legal/SCB/SCB_Client_TCs_ROW.pdf",
},
{
- url: "https://files.pepperstone.com/legal/SCB/SCB_Cookie_Policy_ROW.pdf",
+ url: "https://files.Coinzne.com/legal/SCB/SCB_Cookie_Policy_ROW.pdf",
},
{
- url: "https://files.pepperstone.com/legal/SCB/SCB_Complaints_Notice_ROW.pdf",
+ url: "https://files.Coinzne.com/legal/SCB/SCB_Complaints_Notice_ROW.pdf",
},
];
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