1
jhzh
2024-08-12 f1dc8f5a7f3a661ce19513a9ad47fe18e3e883ff
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([]);