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
55bcbedb
Commit
55bcbedb
authored
Aug 05, 2021
by
maolipeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:erterter
parent
2ff9f5cf
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/modules/course-manage/components/AddLiveClassInfoWorkWX.jsx
+3
-3
No files found.
src/modules/course-manage/components/AddLiveClassInfoWorkWX.jsx
View file @
55bcbedb
...
@@ -122,7 +122,7 @@ export default function AddLiveClassInfoWorkWX(props) {
...
@@ -122,7 +122,7 @@ export default function AddLiveClassInfoWorkWX(props) {
}
}
let
d
=
value
*
60
*
1000
;
let
d
=
value
*
60
*
1000
;
setDuration
(
d
)
setDuration
(
d
)
props
.
onChange
(
"endTime"
,
begin
Dat
e
+
d
)
props
.
onChange
(
"endTime"
,
begin
Tim
e
+
d
)
}
}
function
onTeacherChange
(
value
,
option
)
{
function
onTeacherChange
(
value
,
option
)
{
...
@@ -177,7 +177,7 @@ export default function AddLiveClassInfoWorkWX(props) {
...
@@ -177,7 +177,7 @@ export default function AddLiveClassInfoWorkWX(props) {
<
div
className=
"begin-time item"
>
<
div
className=
"begin-time item"
>
<
span
className=
"label"
><
span
className=
"require"
>
*
</
span
>
开始时间:
</
span
>
<
span
className=
"label"
><
span
className=
"require"
>
*
</
span
>
开始时间:
</
span
>
<
DatePicker
<
DatePicker
value=
{
moment
(
beginDate
)
}
value=
{
beginDate
===
0
?
undefined
:
moment
(
beginDate
)
}
onChange=
{
onBeginDateChange
}
onChange=
{
onBeginDateChange
}
onOk=
{
onBeginDateOK
}
onOk=
{
onBeginDateOK
}
disabledDate=
{
disabledDate
}
disabledDate=
{
disabledDate
}
...
@@ -194,7 +194,7 @@ export default function AddLiveClassInfoWorkWX(props) {
...
@@ -194,7 +194,7 @@ export default function AddLiveClassInfoWorkWX(props) {
<>
<>
<
span
className=
"label"
><
span
className=
"require"
>
*
</
span
>
结束时间:
</
span
>
<
span
className=
"label"
><
span
className=
"require"
>
*
</
span
>
结束时间:
</
span
>
<
DatePicker
<
DatePicker
value=
{
moment
(
endDate
)
}
value=
{
endDate
===
0
?
undefined
:
moment
(
endDate
)
}
onChange=
{
onEndDateChange
}
onChange=
{
onEndDateChange
}
onOk=
{
onEndDateOK
}
onOk=
{
onEndDateOK
}
disabledDate=
{
(
current
)
=>
{
disabledDate=
{
(
current
)
=>
{
...
...
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