zs 2 년 전
부모
커밋
56fb172585
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/week/index.vue

+ 1 - 1
pages/week/index.vue

@@ -64,7 +64,7 @@
 				list: []
 			};
 		},
-		onShow: function() {
+		onLoad: function() {
 			const that = this;
 			that.searchOther();
 		},