1
YM
2024-06-05 f3e5b489e30a921c03ef8b97e1cd845b65ea5d9d
src/uni_modules/next-search-more/components/next-search-more/next-search-more.vue
@@ -178,7 +178,6 @@
    // 搜索下拉框
    change(e) {
      this.$emit("select", e);
      console.log(e);
    }
  },
  created() {
@@ -198,7 +197,6 @@
  },
  watch: {
    keyword(value) {
         console.log(value);
      this.inputVal = value;
    }
  }