Ver código fonte

下拉刷新bug

jwyu 3 anos atrás
pai
commit
e8295551f4
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      pages/chart/chart.vue

+ 1 - 1
pages/chart/chart.vue

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