diff --git a/public/react/src/modules/forums/shixun/ShiXunPostItem.js b/public/react/src/modules/forums/shixun/ShiXunPostItem.js index 765591c6c..e7d89771a 100644 --- a/public/react/src/modules/forums/shixun/ShiXunPostItem.js +++ b/public/react/src/modules/forums/shixun/ShiXunPostItem.js @@ -53,7 +53,7 @@ class ShiXunPostItem extends Component
{memo.username} - {moment(memo.updated_at).fromNow()} + {/* {moment(memo.updated_at).fromNow()} */} { !!tagStr && 来自 {tagStr}} { !!memo.praises_count && {memo.praises_count} 赞} { !!memo.replies_count && {memo.replies_count} 回复}