From cd8f893536de2effea165aa7119bdc8d976eee28 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Thu, 18 Jul 2024 17:05:18 +0800
Subject: [PATCH] 美股股票域名更改
---
src/page/list/tradingList/tabs.vue | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/page/list/tradingList/tabs.vue b/src/page/list/tradingList/tabs.vue
index ff4e5a9..a46995f 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,21 @@
<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 || "US";
},
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: "US", name: "US" },
+ { title: this.$t("hj621"), key: "DZ", name: "DZ" },
],
- zxtabsList: [{ title: this.$t("印股"), key: "IN", name: "IN" }],
+ zxtabsList: [{ title: this.$t("美股"), key: "US", name: "US" }],
active: "",
- zxactive: "IN",
+ zxactive: "US",
sousuo: "",
};
},
--
Gitblit v1.9.3