邓洁 : 取消下拉刷新

This commit is contained in:
邓洁
2023-11-20 20:11:38 +08:00
parent 770fc4137a
commit aaee754194
6 changed files with 77 additions and 65 deletions

View File

@@ -94,6 +94,7 @@
console.log('查询');
this.searchInfoList = [...this.searchInfoList, ...res.data.data]
}
uni.stopPullDownRefresh()
console.log(this.searchInfoList);
})
},