|
|
|
@ -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>
|
|
|
|
|