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