Browse Source

下拉刷新

zqwang 2 năm trước cách đây
mục cha
commit
4969e6c8fa
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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;
 			}