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();
 		},