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
9b03f172
Commit
9b03f172
authored
Jul 12, 2021
by
yuananting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:线上课预览课程分类title补充
parent
7a593a59
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/modules/course-manage/modal/PreviewCourseModal.jsx
+3
-3
No files found.
src/modules/course-manage/modal/PreviewCourseModal.jsx
View file @
9b03f172
/*
* @Author: 吴文洁
* @Date: 2020-07-23 14:54:16
* @LastEditors:
fusanqias
ng
* @LastEditTime: 2021-0
5-24 21:02:21
* @LastEditors:
yuananti
ng
* @LastEditTime: 2021-0
7-12 11:39:35
* @Description: 大班直播课预览弹窗
* @Copyright: 杭州杰竞科技有限公司 版权所有
*/
...
...
@@ -182,7 +182,7 @@ class PreviewCourseModal extends React.Component {
<
When
condition=
{
type
===
'videoCourse'
}
>
<
div
className=
'container__body'
>
<
div
className=
'title__name'
>
{
courseName
}
</
div
>
<
div
className=
'title__category'
>
{
categoryName
}
</
div
>
<
div
className=
'title__category'
>
课程分类:
{
categoryName
}
</
div
>
<
div
className=
'title__chapter'
>
共
{
courseChapterList
.
length
}
小节
</
div
>
</
div
>
</
When
>
...
...
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