|
|
|
@ -7,7 +7,7 @@ import {getImageUrl} from 'educoder';
|
|
|
|
|
import moment from 'moment';
|
|
|
|
|
import Modals from '../../modals/Modals';
|
|
|
|
|
import NoneData from '../../courses/coursesPublic/NoneData';
|
|
|
|
|
import "./usersInfo.css"
|
|
|
|
|
import "./usersInfo.css";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -219,12 +219,12 @@ class InfosTopics extends Component{
|
|
|
|
|
{item.name}
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
{item.is_public===true?<span className="edu-filter-btn edu-filter-btn-4CACFF ml15 fl typestyle mt10">公开</span>:""}
|
|
|
|
|
{item.is_public===true?<span className="edu-filter-btn ml15 fl typestyle mt7 topiscfilterbtn">公开</span>:""}
|
|
|
|
|
|
|
|
|
|
<div className="cl"></div>
|
|
|
|
|
|
|
|
|
|
<p className="color-grey panel-lightgrey mt16 fl">
|
|
|
|
|
<span className="">
|
|
|
|
|
<span className="topicswidth330">
|
|
|
|
|
<span className="mr50 color-grey9">{item.quotes_count} 次引用</span>
|
|
|
|
|
<span className="mr50 color-grey9">{item.solve_count} 次答题</span>
|
|
|
|
|
<span className="mr50 color-grey9">{moment(item.updated_at).fromNow()}</span>
|
|
|
|
|