From c8e5faf931dde26381cd07c7cfa0161db1967b9d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com>
Date: Fri, 27 Sep 2019 16:28:15 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../courses/coursesPublic/NewShixunModel.js | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
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)}>