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;