|
|
|
@ -163,6 +163,13 @@ class InfosCourse extends Component{
|
|
|
|
|
</div>
|
|
|
|
|
<div className="edu-txt-center course-bottom">
|
|
|
|
|
<div className="inline color-grey-6">
|
|
|
|
|
{item.visits>0?<span className="fl ml10 mr10 squareIconSpan">
|
|
|
|
|
<Tooltip placement="bottom" title="访问量">
|
|
|
|
|
<i className="iconfont icon-liulanyan fl mr3"></i>{item.visits}
|
|
|
|
|
</Tooltip>
|
|
|
|
|
|
|
|
|
|
</span>:""}
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
item.members_count > 0 &&
|
|
|
|
|
<Tooltip placement="bottom" title="成员">
|
|
|
|
@ -177,13 +184,13 @@ class InfosCourse extends Component{
|
|
|
|
|
<i className="iconfont icon-zuoye fl mr3" data-tip-down="作业"></i>{item.homework_commons_count}</span>
|
|
|
|
|
</Tooltip>
|
|
|
|
|
}
|
|
|
|
|
{
|
|
|
|
|
item.attachments_count > 0 &&
|
|
|
|
|
<Tooltip placement="bottom" title="资源">
|
|
|
|
|
<span className="fl ml10 mr10 squareIconSpan">
|
|
|
|
|
<i className="iconfont icon-ziyuan fl mr3" data-tip-down="资源"></i>{item.attachments_count}</span>
|
|
|
|
|
</Tooltip>
|
|
|
|
|
}
|
|
|
|
|
{/*{*/}
|
|
|
|
|
{/*item.attachments_count > 0 && */}
|
|
|
|
|
{/*<Tooltip placement="bottom" title="资源">*/}
|
|
|
|
|
{/*<span className="fl ml10 mr10 squareIconSpan">*/}
|
|
|
|
|
{/*<i className="iconfont icon-ziyuan fl mr3" data-tip-down="资源"></i>{item.attachments_count}</span>*/}
|
|
|
|
|
{/*</Tooltip>*/}
|
|
|
|
|
{/*}*/}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|