@@ -108,6 +108,9 @@
},
onPullDownRefresh(){
this.getData();
+ setTimeout(() => {
+ uni.stopPullDownRefresh(); // 关闭下拉刷新
+ }, 2000);
}