Parcourir la source

下拉刷新bug

jwyu il y a 3 ans
Parent
commit
e8295551f4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)