From 2fbcd9928a044bbbe5a3cf4470d83b44efdbf907 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com>
Date: Tue, 30 Jul 2019 16:47:01 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=97=E5=8C=85=E7=A7=BB=E6=A4=8D=E5=AE=8C?=
=?UTF-8?q?=E5=96=84?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
public/react/src/modules/tpm/NewHeader.js | 2 +-
public/react/src/modules/user/usersInfo/Infos.js | 10 +++++-----
.../react/src/modules/user/usersInfo/InfosPackage.js | 4 ++--
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/public/react/src/modules/tpm/NewHeader.js b/public/react/src/modules/tpm/NewHeader.js
index 34ee824aa..b84982d86 100644
--- a/public/react/src/modules/tpm/NewHeader.js
+++ b/public/react/src/modules/tpm/NewHeader.js
@@ -816,7 +816,7 @@ submittojoinclass=(value)=>{
我的实训
我的实践课程
我的项目
- 我的众包
+ {/*我的众包*/}
账号管理
{/*this.educoderlogin()} >登入测试接口*/}
{/*this.trialapplications()} >试用申请 */}
diff --git a/public/react/src/modules/user/usersInfo/Infos.js b/public/react/src/modules/user/usersInfo/Infos.js
index 5286c5797..f20cd5be5 100644
--- a/public/react/src/modules/user/usersInfo/Infos.js
+++ b/public/react/src/modules/user/usersInfo/Infos.js
@@ -384,11 +384,11 @@ class Infos extends Component{
to={`/users/${username}/projects`}>项目
-
- this.setState({moduleName: 'package'})}
- to={`/users/${username}/package`}>众包
-
+ {/**/}
+ {/* this.setState({moduleName: 'package'})}*/}
+ {/*to={`/users/${username}/package`}>众包*/}
+ {/**/}
{/*{ data && data.identity!="学生" && 题库}*/}
diff --git a/public/react/src/modules/user/usersInfo/InfosPackage.js b/public/react/src/modules/user/usersInfo/InfosPackage.js
index 638b2ecd2..f1077cd62 100644
--- a/public/react/src/modules/user/usersInfo/InfosPackage.js
+++ b/public/react/src/modules/user/usersInfo/InfosPackage.js
@@ -12,7 +12,7 @@ import { CNotificationHOC } from '../../courses/common/CNotificationHOC'
import "./usersInfo.css"
import Create from './publicCreatNew'
-class InfosCourse extends Component{
+class InfosPackage extends Component{
constructor(props){
super(props);
this.state={
@@ -123,4 +123,4 @@ class InfosCourse extends Component{
)
}
}
-export default InfosCourse;
\ No newline at end of file
+export default InfosPackage;
\ No newline at end of file