@@ -50,13 +50,11 @@
this.getList();
uni.hideLoading();
},onPullDownRefresh() {
-
this.page = 1;
this.list = [];
uni.stopPullDownRefresh();
},onReachBottom() {
- console.log("到底了")
if(!this.hasMore){
return false;
}