From bd08905c2d1cb7f172100aa7de2f91995964586e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com>
Date: Wed, 26 Feb 2020 14:38:47 +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
---
public/react/src/modules/tpm/NewHeader.js | 1 +
public/react/src/modules/tpm/newshixuns/Newshixuns.js | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/public/react/src/modules/tpm/NewHeader.js b/public/react/src/modules/tpm/NewHeader.js
index 351cb80ff..b341e2d52 100644
--- a/public/react/src/modules/tpm/NewHeader.js
+++ b/public/react/src/modules/tpm/NewHeader.js
@@ -1229,6 +1229,7 @@ submittojoinclass=(value)=>{
{/*{user.username}*/}
+ - 我的个人主页
{coursestypes===true?"":- {this.props.user&&this.props.user.main_site===false?"我的课堂":"我的翻转课堂"}
}
{/* p 老师 l 学生 */}
{shixuntype===true?"":- 我的实训项目
}
diff --git a/public/react/src/modules/tpm/newshixuns/Newshixuns.js b/public/react/src/modules/tpm/newshixuns/Newshixuns.js
index 071b19a5f..361ed3248 100644
--- a/public/react/src/modules/tpm/newshixuns/Newshixuns.js
+++ b/public/react/src/modules/tpm/newshixuns/Newshixuns.js
@@ -49,7 +49,7 @@ class Newshixuns extends Component {
this.setState({
newshixunlist: response.data
});
- this.contentMdRef.current.setValue(!response.data.sample[0][1] ? "" : response.data.sample[0][1]);
+ // this.contentMdRef.current.setValue(!response.data.sample[0][1] ? "" : response.data.sample[0][1]);
}
}
}).catch((error) => {