|
|
@ -99,10 +99,13 @@ class MessagChat extends Component{
|
|
|
|
mess:true,
|
|
|
|
mess:true,
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setreplyfun=()=>{
|
|
|
|
|
|
|
|
console.log(this.messageRef.current.getValue().trim())
|
|
|
|
|
|
|
|
}
|
|
|
|
render() {
|
|
|
|
render() {
|
|
|
|
let{isSpins,datay,myysluser}=this.state;
|
|
|
|
let{isSpins,datay,myysluser,mess}=this.state;
|
|
|
|
let{isSpins,datay}=this.state;
|
|
|
|
//
|
|
|
|
//this.newquestioMDMdRef.current.getValue().trim();
|
|
|
|
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<div className="edu-back-white ml20">
|
|
|
|
<div className="edu-back-white ml20">
|
|
|
|
{/*私信对话框*/}
|
|
|
|
{/*私信对话框*/}
|
|
|
|