|
|
|
@ -141,7 +141,8 @@ class NewShixunModel extends Component{
|
|
|
|
|
|
|
|
|
|
belongto=(value)=>{
|
|
|
|
|
this.setState({
|
|
|
|
|
type:value
|
|
|
|
|
type:value,
|
|
|
|
|
keyword:undefined
|
|
|
|
|
})
|
|
|
|
|
let{page,status,keyword,order,diff,limit}=this.state;
|
|
|
|
|
this.getdatalist(page,value,status,keyword,order,diff,limit)
|
|
|
|
@ -426,7 +427,20 @@ class NewShixunModel extends Component{
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<div className="cl"></div>
|
|
|
|
|
{JSON.stringify(item.description) == "{}"?"":<div className="newshixunmodelmidfont" dangerouslySetInnerHTML={{__html: item.description}}>
|
|
|
|
|
<style>
|
|
|
|
|
{
|
|
|
|
|
`
|
|
|
|
|
.newradioStyles{
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
-webkit-line-clamp: 2;
|
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
}
|
|
|
|
|
`
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
{JSON.stringify(item.description) == "{}"?"":<div className="newshixunmodelmidfont newradioStyles" dangerouslySetInnerHTML={{__html: item.description}}>
|
|
|
|
|
</div>}
|
|
|
|
|
|
|
|
|
|
{item.challenge_names.length===0?"":<div className="newshixunmodelbotfont">
|
|
|
|
|