From 2ebec157e9b87569c0964d5c17a401eff90ad225 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sat, 04 May 2024 17:13:27 +0800
Subject: [PATCH] 新增:印股
---
src/page/list/tradingList/tabs.vue | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/src/page/list/tradingList/tabs.vue b/src/page/list/tradingList/tabs.vue
index 6852fe7..f7aafa5 100644
--- a/src/page/list/tradingList/tabs.vue
+++ b/src/page/list/tradingList/tabs.vue
@@ -53,18 +53,21 @@
{ 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: "IN", name: "IN" },
{ title: this.$t("美股"), key: "US", name: "US" },
- { title: this.$t("港股"), key: "HK", name: "HK" },
+ // { 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("印股"), key: "IN", name: "IN" },
{ title: this.$t("美股"), key: "US", name: "US" },
- { title: this.$t("港股"), key: "HK", name: "HK" },
],
- active: "MAS",
- zxactive: "MAS",
+ active: "IN",
+ zxactive: "IN",
sousuo: "",
};
},
--
Gitblit v1.9.3