Browse Source

刷新列表

jwyu 2 years ago
parent
commit
87e5b9a2b3
1 changed files with 5 additions and 1 deletions
  1. 5 1
      pages/myChart/index.vue

+ 5 - 1
pages/myChart/index.vue

@@ -83,9 +83,13 @@ export default {
         }
     },
     onLoad(){
-        this.getList()
+        // this.getList()
     },
     onShow(){
+        this.page=1
+        this.list=[]
+        this.finished=false
+        this.getList()
         this.getClassifyList()
     },
     onPullDownRefresh() {