From 811317343ed5202b6100cbf78eb54a27f7fa883c Mon Sep 17 00:00:00 2001 From: vee <897831508@qq.com> Date: Sun, 14 Nov 2021 03:09:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 3 +-- pages/menu/collection/index.vue | 14 +++++++------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/pages.json b/pages.json index ecc2e81..8ddd4a2 100644 --- a/pages.json +++ b/pages.json @@ -67,8 +67,7 @@ { "path": "pages/menu/collection/index", "style": { - "navigationStyle": "custom", - "enablePullDownRefresh": true + "navigationStyle": "custom" } }, diff --git a/pages/menu/collection/index.vue b/pages/menu/collection/index.vue index d049a13..8013e69 100644 --- a/pages/menu/collection/index.vue +++ b/pages/menu/collection/index.vue @@ -96,13 +96,13 @@ }, - onPullDownRefresh() { - console.log('refresh'); - this.getCollection(); - setTimeout(function() { - uni.stopPullDownRefresh(); - }, 500); - }, + // onPullDownRefresh() { + // console.log('refresh'); + // this.getCollection(); + // setTimeout(function() { + // uni.stopPullDownRefresh(); + // }, 500); + // }, methods: { showMsg(item,index){ this.test=item