From 6d05c363fc1f3a98aa8d6c2a61533bf25ee3bf0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Sat, 29 Jun 2019 09:54:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=83=E9=99=90=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/modules/tpm/TPMIndexHOC.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/react/src/modules/tpm/TPMIndexHOC.js b/public/react/src/modules/tpm/TPMIndexHOC.js index fff1ce231..279a0a71d 100644 --- a/public/react/src/modules/tpm/TPMIndexHOC.js +++ b/public/react/src/modules/tpm/TPMIndexHOC.js @@ -216,7 +216,7 @@ export function TPMIndexHOC(WrappedComponent) { // 非课堂成员 isNotMember = () => { // return this.state.coursedata&&this.state.coursedata.course_identity >= 0 && - return this.state.coursedata&&this.state.coursedata.course_identity === 6 + return this.state.coursedata&&this.state.coursedata.course_identity >6 } // setTrialapplication = ()=>{