1
jhzh
2024-09-02 04cd652e2aab05ff5a6cde1c3a6e0a18f4d6bf1c
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,7 +41,6 @@
<script>
import dataList from "./data.list.vue";
export default {
  components: { dataList },
  mounted() {
@@ -51,20 +50,13 @@
    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("新股"), key: "SGP", name: "SGP" },
        { title: this.$t("hj261"), key: "DZ", name: "DZ" },
      ],
      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: "MAS", name: "MAS" }],
      active: "",
      zxactive: "",
      sousuo: "",
    };
  },