|
|
|
@ -75,17 +75,18 @@ class ShixunCardList extends Component {
|
|
|
|
|
type="new";
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if(typekeyid===key){
|
|
|
|
|
if(upcircle===true){
|
|
|
|
|
this.setState({
|
|
|
|
|
upcircle:false,
|
|
|
|
|
})
|
|
|
|
|
this.props.Shixunsupcircles("desc")
|
|
|
|
|
// this.props.Shixunsupcircles("desc")
|
|
|
|
|
}else if(upcircle===false){
|
|
|
|
|
this.setState({
|
|
|
|
|
upcircle:true,
|
|
|
|
|
})
|
|
|
|
|
this.props.Shixunsupcircles("asc")
|
|
|
|
|
// this.props.Shixunsupcircles("desc")
|
|
|
|
|
}
|
|
|
|
|
}else{
|
|
|
|
|
this.setState({
|
|
|
|
@ -93,8 +94,8 @@ class ShixunCardList extends Component {
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//allevent
|
|
|
|
|
this.props.ShixunsState(false,type);
|
|
|
|
|
|
|
|
|
|
this.props.ShixunsState(false,type,"desc");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|