소스 검색

刷新列表

jwyu 2 년 전
부모
커밋
87e5b9a2b3
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  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() {