|
|
|
@ -491,9 +491,12 @@ class Eduinforms extends Component{
|
|
|
|
|
:
|
|
|
|
|
|
|
|
|
|
<div className="edu-back-white ">
|
|
|
|
|
{/*公告栏底部*/}
|
|
|
|
|
{ informs&&informs.map((item, index) => {
|
|
|
|
|
return (
|
|
|
|
|
<Bullsubdirectory {...this.state} {...this.props} key={index} yslbool={yslbool} id={item.id} myname={item.name} mydescription={item.description}
|
|
|
|
|
<Bullsubdirectory {...this.state} {...this.props} key={index} index={index}
|
|
|
|
|
length={informs.length} yslbool={yslbool} id={item.id}
|
|
|
|
|
myname={item.name} mydescription={item.description}
|
|
|
|
|
getyslbooltrue={()=>this.getyslbooltrue()}
|
|
|
|
|
getyslboolfalse={()=>this.getyslboolfalse()}
|
|
|
|
|
getinputdata={()=>this.getinputdata()} ></Bullsubdirectory>
|
|
|
|
@ -524,4 +527,4 @@ export default Eduinformss;
|
|
|
|
|
{/*<div key={index} className="bor-bottom-greyE" >*/}
|
|
|
|
|
{/* {item.name===""?"":item.name===undefined?"":item.name===null?"":<div className="ysltitbt"><span >{item.name}</span></div>}*/}
|
|
|
|
|
{/* <div id="MakedownHTML" key={index} className={"markdown-body fonttext yslmtopcg yslminHeigth markdownysltext"} dangerouslySetInnerHTML={{__html: markdownToHTML(item.description).replace(/▁/g, "▁▁▁")}}/>*/}
|
|
|
|
|
{/*</div>*/}
|
|
|
|
|
{/*</div>*/}
|
|
|
|
|