From 2243af798ed10d79a30eaa052da4a59b9a610fcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=8A=E9=87=8C?= <1227971437@qq.com> Date: Wed, 7 Apr 2021 18:37:12 +0800 Subject: [PATCH] =?UTF-8?q?grid=E6=94=B9vue=EF=BC=88=E8=B7=9Fnvue=E5=88=AB?= =?UTF-8?q?=E6=97=A0=E4=BA=8C=E8=87=B3=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/grid/{grid.nvue => grid.vue} | 0 pages/list/list.vue | 2 -- 2 files changed, 2 deletions(-) rename pages/grid/{grid.nvue => grid.vue} (100%) diff --git a/pages/grid/grid.nvue b/pages/grid/grid.vue similarity index 100% rename from pages/grid/grid.nvue rename to pages/grid/grid.vue diff --git a/pages/list/list.vue b/pages/list/list.vue index e69876f..e809981 100644 --- a/pages/list/list.vue +++ b/pages/list/list.vue @@ -24,7 +24,6 @@ * 下拉刷新回调函数 */ onPullDownRefresh() { - console.log('refresh'); this.$refs.newsList.refresh(); }, methods: { @@ -38,7 +37,6 @@ * 上拉加载回调函数 */ onReachBottom() { - console.log('load_more'); this.$refs.newsList.loadMore(); } }, -- GitLab