Commit 4fa48af1 authored by limingzhe's avatar limingzhe

fix: debug

parent 18d140d0
......@@ -60,8 +60,8 @@ export default class NewClass extends middleLayerBase {
console.log("this.course_id~ :", this.course_id);
if (!bundleInfo.course_id || !bundleInfo.courseware_id) {
console.error("缺少必要的参数!请检查是否传入了以下参数:course_id,courseware_id,toke");
if (!bundleInfo.course_id) {
console.error("缺少必要的参数!请检查是否传入了以下参数:course_id");
return;
}
// this.loadOnlineCourseWare(this.course_id, false, this.courseware_id);
......
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