@@ -59,6 +59,7 @@ export default {
};
},
onPullDownRefresh() {
+ this.resetList()
this.initData().then(res => {
uni.stopPullDownRefresh();
});