Browse Source

下拉刷新

zqwang 1 year ago
parent
commit
4969e6c8fa
1 changed files with 0 additions and 2 deletions
  1. 0 2
      pages/client/orders/orders.vue

+ 0 - 2
pages/client/orders/orders.vue

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