소스 검색

下拉刷新

zqwang 2 년 전
부모
커밋
4969e6c8fa
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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;
 			}