1
zzzz
2024-04-18 683f19a8632a197353cc40068a9a7a0de8ed727b
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: "",
    };
  },