From e17444968ce5bd2ad357a56fd46a954516e47d91 Mon Sep 17 00:00:00 2001 From: vee <897831508@qq.com> Date: Sun, 14 Nov 2021 03:08:00 +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/wallet/index.vue | 14 +++++++------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/pages.json b/pages.json index 1d840d6..ecc2e81 100644 --- a/pages.json +++ b/pages.json @@ -303,8 +303,7 @@ { "path": "pages/menu/wallet/index", "style": { - "navigationStyle": "custom", - "enablePullDownRefresh": true + "navigationStyle": "custom" } }, { diff --git a/pages/menu/wallet/index.vue b/pages/menu/wallet/index.vue index 72bfbf7..60cfef6 100644 --- a/pages/menu/wallet/index.vue +++ b/pages/menu/wallet/index.vue @@ -116,13 +116,13 @@ }, - onPullDownRefresh() { - console.log('refresh'); - this.$walletUtil.updateBalance(); - setTimeout(function() { - uni.stopPullDownRefresh(); - }, 500); - }, + // onPullDownRefresh() { + // console.log('refresh'); + // this.$walletUtil.updateBalance(); + // setTimeout(function() { + // uni.stopPullDownRefresh(); + // }, 500); + // }, methods: { updateData() { let thar = this;