소스 검색

确认重学对接

chenxiong 3 년 전
부모
커밋
f3b3607b30
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      pages2/wd/class.vue

+ 3 - 1
pages2/wd/class.vue

@@ -128,10 +128,12 @@ export default {
 		};
 	},
 	onLoad(option) {
+		
+	},
+	onShow() {
 		this.courseGoodsList();
 		this.commonSystemTime()
 	},
-	onShow() {},
 	onReachBottom() {
 		if (this.goodsList.length < this.total) {
 			this.param.pageNum++;