dcc
2024-05-17 b8f6f514b675fa6a006dfafbc99303b3c5c8ba85
src/page/list/tradingList/tabs.vue
@@ -51,17 +51,19 @@
    return {
      tabsList: [
        { title: this.$t("hj61"), key: "" },
        { 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: "MAS", name: "MAS" },
        { title: this.$t("美股"), key: "US", name: "US" },
        { title: this.$t("港股"), key: "HK", name: "HK" },
        { title: this.$t("yg"), key: "IN", name: "IN" },
        // { title: this.$t("港股"), key: "HK", name: "HK" },
      ],
      zxtabsList: [
        // { title: this.$t("数字货币"), key: "1", name: "SZHB" },
        { title: this.$t("马股"), key: "MAS", name: "MAS" },
        // { title: this.$t("马股"), key: "MAS", name: "MAS" },
        { title: this.$t("美股"), key: "US", name: "US" },
        { title: this.$t("港股"), key: "HK", name: "HK" },
        { title: this.$t("yg"), key: "IN", name: "IN" },
        // { title: this.$t("港股"), key: "HK", name: "HK" },
      ],
      active: "MAS",
      zxactive: "MAS",
@@ -70,6 +72,7 @@
  },
  methods: {
    change(e, type) {
      console.log(e, type)
      this[type] = e;
    },
  },