From 8e076eedf2623b34025f0c9d520114832f4bc327 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com>
Date: Wed, 18 Dec 2019 11:47:11 +0800
Subject: [PATCH 1/3] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=90=88=E4=BD=9C?=
=?UTF-8?q?=E8=80=85=E6=9D=83=E9=99=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
public/react/src/AppConfig.js | 2 +-
public/react/src/modules/paths/PathDetail/DetailCards.js | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/public/react/src/AppConfig.js b/public/react/src/AppConfig.js
index 40a38b3e8..ac39562a7 100644
--- a/public/react/src/AppConfig.js
+++ b/public/react/src/AppConfig.js
@@ -35,7 +35,7 @@ if (isDev) {
// 老师
//ebugType="teacher";
// 学生
-//debugType="student";
+// debugType="student";
window._debugType = debugType;
export function initAxiosInterceptors(props) {
diff --git a/public/react/src/modules/paths/PathDetail/DetailCards.js b/public/react/src/modules/paths/PathDetail/DetailCards.js
index fdcbb0297..54cad02eb 100644
--- a/public/react/src/modules/paths/PathDetail/DetailCards.js
+++ b/public/react/src/modules/paths/PathDetail/DetailCards.js
@@ -341,6 +341,7 @@ class DetailCards extends Component{
}=this.state;
const antIcon = ;
// console.log("zzz"+this.props.MenuItemsindextype)
+ // console.log(this.props.detailInfoList&&this.props.detailInfoList.allow_visit)
return(
@@ -547,13 +548,13 @@ class DetailCards extends Component{
:
}
-
+
{key+1}-{index+1} {line.shixun_name}
{
- this.props.current_user&&this.props.current_user.admin===false&&line.shixun_status==="暂未公开"?
+ this.props.detailInfoList&&this.props.detailInfoList.allow_visit===false&&line.shixun_status==="暂未公开"?
暂未公开
:
From 9723c28621bfefc23160e4ab3a9c4e490bfd8452 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com>
Date: Wed, 18 Dec 2019 12:02:21 +0800
Subject: [PATCH 2/3] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=90=88=E4=BD=9C?=
=?UTF-8?q?=E8=80=85=E6=9D=83=E9=99=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../react/src/modules/courses/elearning/YslDetailCards.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/public/react/src/modules/courses/elearning/YslDetailCards.js b/public/react/src/modules/courses/elearning/YslDetailCards.js
index 6ca63a42a..436e0a984 100644
--- a/public/react/src/modules/courses/elearning/YslDetailCards.js
+++ b/public/react/src/modules/courses/elearning/YslDetailCards.js
@@ -492,13 +492,13 @@ class YslDetailCards extends Component{
:
}
-
+
{key+1}-{index+1} {line.shixun_name}
{
- this.props.current_user&&this.props.current_user.admin===false&&this.props.current_user&&this.props.current_user.business===false&&line.shixun_status==="暂未公开"?
+ line.allow_visit===false&&line.shixun_status==="暂未公开"?
暂未公开
:
@@ -512,7 +512,7 @@ class YslDetailCards extends Component{
}
- {this.props.current_user&&this.props.current_user.admin===false&&this.props.current_user&&this.props.current_user.business===false&&line.shixun_status==="暂未公开"?"":
+ {line.allow_visit===false&&line.shixun_status==="暂未公开"?"":
{
showparagraphkey === key && showparagraphindex === index ? "" :
实验任务
Date: Wed, 18 Dec 2019 12:38:42 +0800
Subject: [PATCH 3/3] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=90=88=E4=BD=9C?=
=?UTF-8?q?=E8=80=85=E6=9D=83=E9=99=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
public/react/src/modules/paths/PathDetail/DetailCards.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/react/src/modules/paths/PathDetail/DetailCards.js b/public/react/src/modules/paths/PathDetail/DetailCards.js
index 54cad02eb..006cb3179 100644
--- a/public/react/src/modules/paths/PathDetail/DetailCards.js
+++ b/public/react/src/modules/paths/PathDetail/DetailCards.js
@@ -548,13 +548,13 @@ class DetailCards extends Component{
:
}
-
+
{key+1}-{index+1} {line.shixun_name}
{
- this.props.detailInfoList&&this.props.detailInfoList.allow_visit===false&&line.shixun_status==="暂未公开"?
+ line.allow_visit===false&&line.shixun_status==="暂未公开"?
暂未公开
: