|
|
@ -121,7 +121,7 @@ class TPMRightSection extends Component {
|
|
|
|
<div className="padding20 edu-back-white mb10 mt10" style={{
|
|
|
|
<div className="padding20 edu-back-white mb10 mt10" style={{
|
|
|
|
display: TPMRightSectionData === undefined?"none":TPMRightSectionData.paths===undefined?"":TPMRightSectionData.paths.length === 0 ? "none" : "block"
|
|
|
|
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" >
|
|
|
|
<div className="recommend-list" >
|
|
|
|
{
|
|
|
|
{
|
|
|
|
TPMRightSectionData===undefined?"":TPMRightSectionData.paths===undefined?"":TPMRightSectionData.paths.map((i,k)=>{
|
|
|
|
TPMRightSectionData===undefined?"":TPMRightSectionData.paths===undefined?"":TPMRightSectionData.paths.map((i,k)=>{
|
|
|
@ -161,6 +161,7 @@ class TPMRightSection extends Component {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{TPMRightSectionData === undefined?"":TPMRightSectionData.paths===undefined?"":TPMRightSectionData.paths.length === 0 ? "" :
|
|
|
|
<div className="padding20 edu-back-white"
|
|
|
|
<div className="padding20 edu-back-white"
|
|
|
|
style={{
|
|
|
|
style={{
|
|
|
|
display:
|
|
|
|
display:
|
|
|
@ -190,7 +191,7 @@ class TPMRightSection extends Component {
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div> }
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
}
|
|
|
|
}
|
|
|
|