|
|
|
@ -283,7 +283,7 @@ class WriteaprivateletterModal extends Component {
|
|
|
|
|
onFocus={this.myonFocus}
|
|
|
|
|
onChange={this.setdatafunsval}
|
|
|
|
|
suffix={
|
|
|
|
|
<img src={getImageUrl("/images/"+"educoder/icon/search.svg")} onClick={()=>this.search_message_person()}/>
|
|
|
|
|
<img src={getImageUrl("images/"+"educoder/icon/search.svg")} onClick={()=>this.search_message_person()}/>
|
|
|
|
|
}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
@ -296,7 +296,7 @@ class WriteaprivateletterModal extends Component {
|
|
|
|
|
users.map((item,key)=>{
|
|
|
|
|
return(
|
|
|
|
|
<p className="clearfix recently_item" key={key} onMouseDown={(c)=>this.Getuserinformation(item)}>
|
|
|
|
|
<img alt="1?1558048024" className="radius fl mr10 myimgw48 myimgh48" src={getImageUrl("/images/"+item.image_url)}
|
|
|
|
|
<img alt="头像" className="radius fl mr10 myimgw48 myimgh48" src={getImageUrl("images/"+item.image_url)}
|
|
|
|
|
/>
|
|
|
|
|
<span className="recently_name">{item.name}</span>
|
|
|
|
|
</p>
|
|
|
|
|