change(e){
  clearTimeout(this.timer);
  this.timer=setTimeout(()=>{
    let val = e.detail.value
    this.keyWord = val;
    if(!val || val ==''){
      this.searchBox = false;
      return ;
    }
    this.searchData(val);
  },400)
},

 

相关文章:

  • 2021-03-31
  • 2022-12-23
  • 2022-12-23
  • 2022-01-14
  • 2022-12-23
  • 2022-03-09
  • 2021-11-26
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案