Ver Fonte

下拉刷新

zqwang há 1 ano atrás
pai
commit
4969e6c8fa
1 ficheiros alterados com 0 adições e 2 exclusões
  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;
 			}