|
|
|
@ -53,7 +53,7 @@ class ShiXunPostItem extends Component
|
|
|
|
|
</div>
|
|
|
|
|
<p className="clearfix mt5">
|
|
|
|
|
<span className="fl color-grey-9">{memo.username}</span>
|
|
|
|
|
<span className="fl color-grey-9 ml40">{moment(memo.updated_at).fromNow()}</span>
|
|
|
|
|
{/* <span className="fl color-grey-9 ml40">{moment(memo.updated_at).fromNow()}</span> */}
|
|
|
|
|
{ !!tagStr && <span className="fl color-grey-9 ml40">来自 {tagStr}</span>}
|
|
|
|
|
{ !!memo.praises_count && <span className="fr color-grey-6 ml20 font-12">{memo.praises_count} 赞</span>}
|
|
|
|
|
{ !!memo.replies_count && <span className="fr color-grey-6 font-12">{memo.replies_count} 回复</span>}
|
|
|
|
|