配置已经按官方的配置了
"enablePullDownRefresh": true,
onPullDownRefresh() {
console.log('下拉刷新')
this.pageNum = 1;
this.loadData();
setTimeout(function() {
uni.stopPullDownRefresh();
}, 2000);
},
始终没有看到打印下拉刷新,也拉不了
2 个回复
DCloud_uniCloud_JSON
没有具体demo我这边没办法复现您描述的问题
4***@qq.com (作者)
以后提问的问题自己解决了也做一个记录
已解决:app-plus
配置