Commit 6d8b64e2 by chenshu

feat:初始化

parent ecc421c8
......@@ -454,6 +454,9 @@ class AddOfflineCourse extends React.Component {
whetherSetSignOut,
teacherId,
coverUrl,
offlineCourseType,
startTime,
endTime,
} = this.state;
let coverObj ={
......@@ -477,6 +480,9 @@ class AddOfflineCourse extends React.Component {
whetherSetSignIn,
whetherSetSignOut,
teacherId,
offlineCourseType,
startTime,
endTime,
};
// 校验必填字段:课程名称, 课程线下
this.handleValidate(courseName, courseMedia, categoryId).then((res) => {
......
......@@ -6,7 +6,7 @@
.ant-radio-group {
display: flex;
flex-direction: column;
margin-top: 0 !important;
.radio-item {
margin-bottom: 12px;
......
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