From 04cd652e2aab05ff5a6cde1c3a6e0a18f4d6bf1c Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 02 Sep 2024 15:26:12 +0800
Subject: [PATCH] 1
---
src/page/list/tradingList/tabs.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/page/list/tradingList/tabs.vue b/src/page/list/tradingList/tabs.vue
index 2e067b3..99b01f8 100644
--- a/src/page/list/tradingList/tabs.vue
+++ b/src/page/list/tradingList/tabs.vue
@@ -44,19 +44,19 @@
export default {
components: { dataList },
mounted() {
- this.active = this.$route.query.type || "IN";
+ this.active = this.$route.query.type || "MAS";
},
data() {
return {
tabsList: [
{ title: this.$t("hj61"), key: "" },
- { title: this.$t("印股"), key: "IN", name: "IN" },
- { title: this.$t("美股"), key: "US", name: "US" },
+ { title: this.$t("马股"), key: "MAS", name: "MAS" },
+ { title: this.$t("新股"), key: "SGP", name: "SGP" },
{ title: this.$t("hj261"), key: "DZ", name: "DZ" },
],
- zxtabsList: [{ title: this.$t("印股"), key: "IN", name: "IN" }],
+ zxtabsList: [{ title: this.$t("马股"), key: "MAS", name: "MAS" }],
active: "",
- zxactive: "IN",
+ zxactive: "",
sousuo: "",
};
},
--
Gitblit v1.9.3