This commit is contained in:
thuhole
2020-06-29 14:35:54 +08:00
parent 31863b06b5
commit 0cce982fbb

View File

@@ -526,7 +526,7 @@ class FlowItemRow extends PureComponent {
break; break;
} }
} }
let needFold = (FOLD_TAGS.indexOf(this.state.info.tag) > -1) && (!this.props.search_param) let needFold = (FOLD_TAGS.indexOf(this.state.info.tag) > -1) && (this.props.search_param === '热榜' || !this.props.search_param)
let res=( let res=(
<div className={'flow-item-row flow-item-row-with-prompt'+(this.props.is_quote ? ' flow-item-row-quote' : '')} onClick={(event)=>{ <div className={'flow-item-row flow-item-row-with-prompt'+(this.props.is_quote ? ' flow-item-row-quote' : '')} onClick={(event)=>{