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; } }