瀏覽代碼

下拉刷新

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;
 			}