jwyu hace 2 años
padre
commit
87e5b9a2b3
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  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() {