Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
6d8b64e2
Commit
6d8b64e2
authored
May 10, 2021
by
chenshu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:初始化
parent
ecc421c8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
src/modules/course-manage/offline-course/AddOfflineCourse.jsx
+6
-0
src/modules/course-manage/offline-course/AddOfflineCourse.less
+1
-1
No files found.
src/modules/course-manage/offline-course/AddOfflineCourse.jsx
View file @
6d8b64e2
...
...
@@ -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
)
=>
{
...
...
src/modules/course-manage/offline-course/AddOfflineCourse.less
View file @
6d8b64e2
...
...
@@ -6,7 +6,7 @@
.ant-radio-group {
display: flex;
flex-direction: column;
margin-top: 0 !important;
.radio-item {
margin-bottom: 12px;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment