Commit ef2780cf by wufan

Merge branch 'feature/wufan/20210701/course-B-reform' into dev

parents 030ce89c 0da99e24
...@@ -171,7 +171,7 @@ function VideoCourseDetail(){ ...@@ -171,7 +171,7 @@ function VideoCourseDetail(){
</div> </div>
<div className="course-detail__info"> <div className="course-detail__info">
<div className="info__title">{courseName}</div> <div className="info__title">{courseName}</div>
<div className="info__category">{`分类:${categoryName}`}</div> <div className="info__category">{`课程分类:${categoryName}`}</div>
<div className="info__chapterNum">{`课节数量:${courseChapterList.length}`}</div> <div className="info__chapterNum">{`课节数量:${courseChapterList.length}`}</div>
</div> </div>
</div> </div>
......
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