Commit e61490bc by maolipeng

fix:没有简介不显示上课信息

parent 1f387492
......@@ -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,14 +65,10 @@ class LiveCourseList extends React.Component {
this.parseColumns();
}
componentDidMount() {
<<<<<<< feature/zhujian/0726/qwLiving
this.getDownloadVersion();
=======
this.getDownloadVersion()
Bus.bind('freshCourseList',()=>{
this.refreshCourseList()
})
>>>>>>> local
}
// 显示分享弹窗
handleShowShareModal = (item, needStr = false) => {
......
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