Commit f7af31a1 by maolipeng

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

# Conflicts:
#	src/modules/course-manage/components/LiveCourseList.jsx
parents 500d492a e61490bc
......@@ -105,9 +105,11 @@ function CreateWorkWXCourse() {
default:
break;
}
return item;
});
if (!hasIntro) {
setGetInfo(true)
}
const _basicInfo = {
courseName,
......@@ -134,6 +136,7 @@ function CreateWorkWXCourse() {
setBasicInfo(_basicInfo)
setClassInfo(_classInfo)
setCourseState(courseState)
});
};
......
......@@ -65,7 +65,6 @@ class LiveCourseList extends React.Component {
this.parseColumns()
}
componentDidMount() {
this.getDownloadVersion()
Bus.bind('freshCourseList',()=>{
this.refreshCourseList()
......
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