diff --git a/public/react/src/modules/courses/coursesPublic/NewShixunModel.js b/public/react/src/modules/courses/coursesPublic/NewShixunModel.js
index 062390f1e..2d0271a23 100644
--- a/public/react/src/modules/courses/coursesPublic/NewShixunModel.js
+++ b/public/react/src/modules/courses/coursesPublic/NewShixunModel.js
@@ -536,7 +536,7 @@ class NewShixunModel extends Component{
className="fl task-hide edu-txt-left mt3"
name="shixun_homework[]"
>
-
@@ -588,13 +588,19 @@ class NewShixunModel extends Component{
}
`}
-
+ {this.props.type==='shixuns'?
{item.author_name}
{item.author_school_name}
难度系数:{item.level}
学习人数:{item.study_count}
-
-
+ :
+
+ {item.author_name}
+ {item.author_school_name}
+ 学习人数:{item.myshixuns_count}
+ 章节:{item.stage_count}
+ 实训:{item.shixuns_count}
+ }
{item.subjects===undefined?"":item.subjects.length===0?"":this.ItsCourse(item.subjects)}>