zzzz
2024-04-14 e10b5c5697d8f53e866379369740ccdb32024414
src/page/list/trading-list.vue
@@ -19,10 +19,10 @@
            />
          </div>
        </div>
        <div class="right_search">Search</div>
        <div class="right_search" @click="sousuo">{{ $t("Search") }}</div>
      </div>
    </div>
    <tabsList />
    <tabsList ref="tabsList" />
  </div>
</template>
@@ -36,8 +36,12 @@
    };
  },
  methods: {
    sousuo() {
      this.$refs.tabsList.sousuo = this.gpcode;
    },
    gpinput(e) {
      console.log(clickTab, "clickTab");
      this.gpcode = e.target.value;
      this.$refs.tabsList.sousuo = e.target.value;
    },
  },
};
@@ -51,7 +55,7 @@
  justify-content: center;
  margin: 15px 22px;
  position: relative;
  z-index: 3000;
  z-index: 99;
  .search_content {
    width: 100%;