|
|
@ -245,13 +245,10 @@ class ShixunWorkReport extends Component {
|
|
|
|
console.log(item)
|
|
|
|
console.log(item)
|
|
|
|
if(item.comment_id!=null){
|
|
|
|
if(item.comment_id!=null){
|
|
|
|
if(item.comment_id===comment_id){
|
|
|
|
if(item.comment_id===comment_id){
|
|
|
|
if(visible_comment===true){
|
|
|
|
|
|
|
|
item.challenge_comment=null;
|
|
|
|
item.challenge_comment=null;
|
|
|
|
}else{
|
|
|
|
|
|
|
|
item.challenge_comment_hidden=null;
|
|
|
|
item.challenge_comment_hidden=null;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|
|
this.setState({
|
|
|
|
this.setState({
|
|
|
|