From 289948f53b5e0b00a656d60c08efbff0eb05fa90 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Thu, 16 May 2024 15:37:05 +0800
Subject: [PATCH] 提款更改

---
 src/page/list/tradingList/tabs.vue |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/src/page/list/tradingList/tabs.vue b/src/page/list/tradingList/tabs.vue
index c05c8c6..03c6638 100644
--- a/src/page/list/tradingList/tabs.vue
+++ b/src/page/list/tradingList/tabs.vue
@@ -51,17 +51,19 @@
     return {
       tabsList: [
         { title: this.$t("hj61"), key: "" },
-        { title: this.$t("hj61"), key: "" },
+        // { title: this.$t("hj61"), key: "" },
         // { title: this.$t("数字货币"), key: "1", name: "SZHB" },
-        { title: this.$t("马股"), key: "MAS", name: "MAS" },
+        // { title: this.$t("马股"), key: "MAS", name: "MAS" },
         { title: this.$t("美股"), key: "US", name: "US" },
-        { title: this.$t("港股"), key: "HK", name: "HK" },
+        { title: this.$t("yg"), key: "IN", name: "IN" },
+        // { title: this.$t("港股"), key: "HK", name: "HK" },
       ],
       zxtabsList: [
         // { title: this.$t("数字货币"), key: "1", name: "SZHB" },
-        { title: this.$t("马股"), key: "MAS", name: "MAS" },
+        // { title: this.$t("马股"), key: "MAS", name: "MAS" },
         { title: this.$t("美股"), key: "US", name: "US" },
-        { title: this.$t("港股"), key: "HK", name: "HK" },
+        { title: this.$t("yg"), key: "IN", name: "IN" },
+        // { title: this.$t("港股"), key: "HK", name: "HK" },
       ],
       active: "MAS",
       zxactive: "MAS",
@@ -70,6 +72,7 @@
   },
   methods: {
     change(e, type) {
+      console.log(e, type)
       this[type] = e;
     },
   },

--
Gitblit v1.9.3