rerefsh专题

鸿蒙-设置Rerefsh的下拉距离

主要如下两行代码:.pullDownRatio(this.ratio) //设置跟手系数,为0时就拉不动了.onOffsetChange((offset: number)=>{ this.ratio = 1 - Math.pow((offset / this.maxRefreshingHeight), 3) // 越接近最大距离,下拉跟手系数越小 })demo如下:import { Co