@ -526,7 +526,7 @@ class ExerciseReviewAndAnswer extends Component{
height: 28px;
}
`}</style>
<p style={{height:"60px"}}></p>
{/*<p style={{height:"60px"}}></p>*/}
<Modals
modalsType={Modalstype}
modalsTopval={Modalstopval}
@ -305,7 +305,7 @@ class PollInfo extends Component{
let isStudent=this.props.isStudent();
return(
<div className="newMain" style={{paddingTop:"0px"}}>
modalsType={modalsType}
modalsTopval={modalsTopval}
@ -64,9 +64,9 @@ class ShixunCardList extends Component {
let type;
if(id==="all"){
type="publish_time";
// if(id==="all"){
// type="publish_time";
// }
if(id==="hot"){
type="hot";
}else if(id==="new"){
@ -115,10 +115,9 @@ class ShixunsIndex extends Component {
allUpdatashixunlist=()=>{
let{sort}=this.state;
let{sort,order_by}=this.state;
this.setState({
order_by: 'publish_time',
tag_level: 1,
tag_id:'',
page: 1,
@ -129,7 +128,7 @@ class ShixunsIndex extends Component {
})
let params={
order_by:order_by,