as shown in the figure, this causes me to pull down and bounce back very quickly. How can I solve this problem?
request interface code:
async getList() {...}
onLoad() {
let that = this;
that.getList();
}
drop-down refresh code:
onPullDownRefresh() {
console.log("")
this.onLoad();
wx.stopPullDownRefresh()
}