Commit fec76dcd authored by limingzhe's avatar limingzhe

fix: debug

parent 630c962b
......@@ -68,6 +68,7 @@ export default class NewClass extends middleLayerBase {
if (!bundleInfo.course_id) {
console.error("缺少必要的参数!请检查是否传入了以下参数:course_id");
this.showBackBtn();
return;
}
// this.loadOnlineCourseWare(this.course_id, false, this.courseware_id);
......@@ -94,6 +95,8 @@ export default class NewClass extends middleLayerBase {
this.loadOnlineBundleNew("JJ_page_learn");
return;
}
this.showBackBtn();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment