zzzz
2024-03-26 c790779e2c578d892e184932c660023eb4d466aa
src/page/list/tradingList/tabs.vue
@@ -29,7 +29,12 @@
      </van-tabs>
    </div>
    <dataList :active="active" :zxactive="zxactive" />
    <dataList
      :active="active"
      :sousuo="sousuo"
      :zxactive="zxactive"
      :tabsList="tabsList"
    />
  </div>
</template>
@@ -41,16 +46,19 @@
  data() {
    return {
      tabsList: [
        { title: "自选", key: "" },
        { title: "印度股票", key: "1" },
        { title: "马来西亚股票", key: "2" },
        // { title: "自选", key: "" },
        { title: this.$t("数字货币"), key: "1", name: "SZHB" },
        { title: this.$t("马股"), key: "2", name: "MAS" },
        { title: this.$t("美股"), key: "3", name: "US" },
      ],
      zxtabsList: [
        { title: "印度股票", key: "1" },
        { title: "马来西亚股票", key: "2" },
        { 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",
      sousuo: "",
    };
  },
  methods: {