1
zzzz
2024-03-21 50298673b5146454bf81e642ebadb9697400d13a
src/page/quotes.vue
@@ -96,6 +96,8 @@
    [Tabs.name]: Tabs,
  },
  async created() {
    this.keywords = this.$route.query.inputdata;
    // console.log(this.inputdata, "this.inputdata");
    this.active = this.$route.query.active / 1;
    if (this.userInfo.token) {
      const list = await _myCoins(); // 获取我的自选
@@ -112,6 +114,7 @@
      arr.push({ id: i });
    }
    return {
      inputdata: "",
      tabList: [
        { id: 1, text: this.$t("自选"), data: arr, loading: true },
        { id: 2, text: this.$t("现货"), data: arr, loading: true },