diff --git a/src/Flows.js b/src/Flows.js index f1d82aa..e1bbbb1 100644 --- a/src/Flows.js +++ b/src/Flows.js @@ -526,7 +526,7 @@ class FlowItemRow extends PureComponent { 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=(