Commit 9d0162d6 by maolipeng

Merge branch 'feature/zhujian/0726/qwLiving' into dev

parents 233834cd 4149e59c
......@@ -108,9 +108,7 @@ function CreateWorkWXCourse() {
}
return item;
});
if (!hasIntro) {
setGetInfo(true)
}
const _basicInfo = {
courseName,
......@@ -138,6 +136,9 @@ function CreateWorkWXCourse() {
setBasicInfo(_basicInfo)
setClassInfo(_classInfo)
setCourseState(courseState)
if (!hasIntro) {
setGetInfo(true)
}
});
};
......
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