From 683f19a8632a197353cc40068a9a7a0de8ed727b Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Thu, 18 Apr 2024 12:53:22 +0800
Subject: [PATCH] 1
---
src/page/list/tradingList/tabs.vue | 21 ++++++---------------
1 files changed, 6 insertions(+), 15 deletions(-)
diff --git a/src/page/list/tradingList/tabs.vue b/src/page/list/tradingList/tabs.vue
index 6852fe7..ff4e5a9 100644
--- a/src/page/list/tradingList/tabs.vue
+++ b/src/page/list/tradingList/tabs.vue
@@ -45,26 +45,17 @@
export default {
components: { dataList },
mounted() {
- this.active = this.$route.query.type || "MAS";
+ this.active = this.$route.query.type || "IN";
},
data() {
return {
tabsList: [
- { 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: "US", name: "US" },
- { title: this.$t("港股"), key: "HK", name: "HK" },
+ { title: this.$t("hj61"), key: "zx" },
+ { title: this.$t("印股"), key: "IN", name: "IN" },
],
- zxtabsList: [
- // { title: this.$t("数字货币"), key: "1", name: "SZHB" },
- { title: this.$t("马股"), key: "MAS", name: "MAS" },
- { title: this.$t("美股"), key: "US", name: "US" },
- { title: this.$t("港股"), key: "HK", name: "HK" },
- ],
- active: "MAS",
- zxactive: "MAS",
+ zxtabsList: [{ title: this.$t("印股"), key: "IN", name: "IN" }],
+ active: "",
+ zxactive: "IN",
sousuo: "",
};
},
--
Gitblit v1.9.3