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 |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/page/list/tradingList/tabs.vue b/src/page/list/tradingList/tabs.vue
index ff4e5a9..99b01f8 100644
--- a/src/page/list/tradingList/tabs.vue
+++ b/src/page/list/tradingList/tabs.vue
@@ -11,7 +11,7 @@
         </template>
       </van-tab>
     </van-tabs>
-    <div v-if="active == ''">
+    <div v-if="active == 'zx'">
       <van-tabs
         :active="zxactive"
         line-width="15px"
@@ -41,21 +41,22 @@
 
 <script>
 import dataList from "./data.list.vue";
-
 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: "zx" },
-        { title: this.$t("印股"), key: "IN", name: "IN" },
+        { title: this.$t("hj61"), key: "" },
+        { 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