zzzz
2024-04-18 90dcbbc06eb2dce7d6fd6a7923f149f1f35c9361
src/page/quotes.vue
@@ -23,7 +23,7 @@
            @input="onInput"
          />
          <img
            src="@/assets/image/icon-search.png"
            src="@/assets/3x/资源 22@3x.png"
            alt="logo"
            class="w-32 h-32 mx-16"
          />
@@ -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 },
@@ -279,6 +282,7 @@
        clearTimeout(this.inputTimeout);
        this.inputTimeout = null;
      }
      this.inputTimeout = setTimeout(() => {
        this.getFilterData();
      }, 50);