Browse Source

下拉刷新bug

jwyu 3 years ago
parent
commit
e8295551f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/chart/chart.vue

+ 1 - 1
pages/chart/chart.vue

@@ -142,7 +142,7 @@ export default {
     },
     },
     onPullDownRefresh() {
     onPullDownRefresh() {
       this.initPage()
       this.initPage()
-      this.getClassifyList()
+      this.getClassifyList('first')
       setTimeout(() => {
       setTimeout(() => {
         uni.stopPullDownRefresh()
         uni.stopPullDownRefresh()
       }, 1500)
       }, 1500)