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
1e44451d
Commit
1e44451d
authored
Aug 11, 2021
by
maolipeng
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/zhujian/0726/qwLiving' into rc
parents
fb41f717
b359e5ea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
src/modules/course-manage/AddLive.jsx
+2
-0
src/modules/course-manage/components/AddLiveClassInfoWorkWX.less
+3
-0
No files found.
src/modules/course-manage/AddLive.jsx
View file @
1e44451d
...
@@ -372,6 +372,7 @@ class AddLive extends React.Component {
...
@@ -372,6 +372,7 @@ class AddLive extends React.Component {
CourseService
.
createLiveCloudCourse
(
params
).
then
((
res
)
=>
{
CourseService
.
createLiveCloudCourse
(
params
).
then
((
res
)
=>
{
if
(
res
.
success
)
{
if
(
res
.
success
)
{
message
.
success
(
'新建成功'
);
message
.
success
(
'新建成功'
);
routeHook
.
cancel
()
window
.
RCHistory
.
push
({
window
.
RCHistory
.
push
({
pathname
:
`/live-course`
,
pathname
:
`/live-course`
,
});
});
...
@@ -387,6 +388,7 @@ class AddLive extends React.Component {
...
@@ -387,6 +388,7 @@ class AddLive extends React.Component {
CourseService
.
updateLiveCloudCourse
(
params
).
then
((
res
)
=>
{
CourseService
.
updateLiveCloudCourse
(
params
).
then
((
res
)
=>
{
if
(
res
.
success
)
{
if
(
res
.
success
)
{
message
.
success
(
'更新成功'
);
message
.
success
(
'更新成功'
);
routeHook
.
cancel
()
window
.
RCHistory
.
push
({
window
.
RCHistory
.
push
({
pathname
:
`/live-course`
,
pathname
:
`/live-course`
,
});
});
...
...
src/modules/course-manage/components/AddLiveClassInfoWorkWX.less
View file @
1e44451d
...
@@ -21,6 +21,9 @@
...
@@ -21,6 +21,9 @@
.introduce {
.introduce {
display: flex;
display: flex;
}
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
color: #2966FF;
}
// .ant-select:not(.ant-select-disabled):hover .ant-select-selector{
// .ant-select:not(.ant-select-disabled):hover .ant-select-selector{
// border: none;
// border: none;
// }
// }
...
...
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