Commit 9d0162d6 by maolipeng

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

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