|
|
|
@ -661,8 +661,8 @@ class TopicDetail extends Component {
|
|
|
|
|
{/* onClick={ this.createNewComment }
|
|
|
|
|
enableReplyTo={true}
|
|
|
|
|
*/}
|
|
|
|
|
<div className="padding40 bor-bottom-greyE memoReplies commentsDelegateParent comments_hideSecondReplyUserHeader"
|
|
|
|
|
style={{ display: (comments && !!comments.length) ? 'block' : 'none' }}>
|
|
|
|
|
<div className="padding30 bor-bottom-greyE memoReplies commentsDelegateParent comments_hideSecondReplyUserHeader"
|
|
|
|
|
style={{ display: (comments && !!comments.length) ? 'block' : 'none', paddingTop: '10px' }}>
|
|
|
|
|
<div className="replies_count">
|
|
|
|
|
<span className="labal">全部回复</span>
|
|
|
|
|
<span className="count">{memo.total_replies_count}</span>
|
|
|
|
|