|
|
|
@ -121,7 +121,7 @@ class TPMRightSection extends Component {
|
|
|
|
|
<div className="padding20 edu-back-white mb10 mt10" style={{
|
|
|
|
|
display: TPMRightSectionData === undefined?"none":TPMRightSectionData.paths===undefined?"":TPMRightSectionData.paths.length === 0 ? "none" : "block"
|
|
|
|
|
}}>
|
|
|
|
|
<p className="mb20 font-16 clearfix">所属课程</p>
|
|
|
|
|
<p className="mb20 font-16 clearfix">相关实践课程</p>
|
|
|
|
|
<div className="recommend-list" >
|
|
|
|
|
{
|
|
|
|
|
TPMRightSectionData===undefined?"":TPMRightSectionData.paths===undefined?"":TPMRightSectionData.paths.map((i,k)=>{
|
|
|
|
@ -164,7 +164,7 @@ class TPMRightSection extends Component {
|
|
|
|
|
<div className="padding20 edu-back-white"
|
|
|
|
|
style={{
|
|
|
|
|
display:
|
|
|
|
|
TPMRightSectionData === undefined?"none":TPMRightSectionData.recommands===undefined?"none":TPMRightSectionData.recommands.length === 0 ||TPMRightSectionData.paths===undefined?"":TPMRightSectionData.paths.length === 0 ? "none" : "block"
|
|
|
|
|
TPMRightSectionData === undefined?"none":TPMRightSectionData.recommands===undefined?"none":TPMRightSectionData.recommands.length === 0 ? "none" : "block"
|
|
|
|
|
}}
|
|
|
|
|
>
|
|
|
|
|
<p className="mb20 font-16 clearfix">推荐实训</p>
|
|
|
|
|