jwyu před 2 roky
rodič
revize
87e5b9a2b3
1 změnil soubory, kde provedl 5 přidání a 1 odebrání
  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() {