From f1dc8f5a7f3a661ce19513a9ad47fe18e3e883ff Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 12 Aug 2024 11:47:14 +0800
Subject: [PATCH] 1
---
src/views/forex/home.vue | 34 +++++++++++++++++-----------------
1 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/src/views/forex/home.vue b/src/views/forex/home.vue
index 946ddd4..5e4d2da 100644
--- a/src/views/forex/home.vue
+++ b/src/views/forex/home.vue
@@ -160,7 +160,7 @@
class="text-center text-white cursor-pointer"
@click="
gotoPage(
- 'https://files.pepperstone.com/legal/SCB/SCB_Privacy_Policy_ROW.pdf'
+ 'https://files.Coinzne.com/legal/SCB/SCB_Privacy_Policy_ROW.pdf'
)
"
>
@@ -278,26 +278,26 @@
name: t("h-s2-t1"),
type: "hot",
},
- {
- id: 1,
- name: t("message.user.waihui"),
- type: "forex",
- },
+ // {
+ // id: 1,
+ // name: t("message.user.waihui"),
+ // type: "forex",
+ // },
{
id: 2,
name: t("message.user.shuzihuobi"),
type: "cryptos",
},
- {
- id: 3,
- name: t("h-s2-t4"),
- type: "indices",
- },
- {
- id: 4,
- name: t("h-s2-t5"),
- type: "commodities",
- },
+ // {
+ // id: 3,
+ // name: t("h-s2-t4"),
+ // type: "indices",
+ // },
+ // {
+ // id: 4,
+ // name: t("h-s2-t5"),
+ // type: "commodities",
+ // },
];
const tableList = [
{
@@ -357,7 +357,7 @@
const awardPrefix = "/src/assets/forexImages/home/award";
const allSymbol = ref("");
-const marketListType = ref("forex");
+const marketListType = ref("hot");
const activeList = ref([]);
const topListData = ref([]);
const jsonArray = ref([]);
--
Gitblit v1.9.3