zzzz
2024-04-18 f2ef26bea6a230a75ecc4dd56a5ccaacf9117b03
src/page/list/tradingList/tabs.vue
@@ -44,21 +44,18 @@
export default {
  components: { dataList },
  mounted() {
    this.active = this.$route.query.type || "IN";
  },
  data() {
    return {
      tabsList: [
        { title: this.$t("hj61"), key: "" },
        { title: this.$t("数字货币"), key: "1", name: "SZHB" },
        { title: this.$t("马股"), key: "2", name: "MAS" },
        { title: this.$t("美股"), key: "3", name: "US" },
        { 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: "2", name: "MAS" },
        { title: this.$t("美股"), key: "3", name: "US" },
      ],
      active: "1",
      zxactive: "1",
      zxtabsList: [{ title: this.$t("印股"), key: "IN", name: "IN" }],
      active: "",
      zxactive: "IN",
      sousuo: "",
    };
  },