Commit 028fc7d2 authored by limingzhe's avatar limingzhe

fix:

parent 9e74697b
......@@ -55,6 +55,7 @@ export default class NewClass extends middleLayerBase {
this.openCustomTemplate();
return;
}
console.log("this.course_id~ :", this.course_id);
if (!bundleInfo.course_id || !bundleInfo.courseware_id) {
......@@ -68,6 +69,9 @@ export default class NewClass extends middleLayerBase {
}
openCustomTemplate() {
console.log("in openCustomTemplate");
//打开今日作业
if (this.course_id == this.JRZY_ID) {
this.loadOnlineBundle("JJ_page_homework");
......
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