浏览代码

确认重学对接

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++;