|
|
|
@ -166,16 +166,16 @@ class ShixunCardList extends Component {
|
|
|
|
|
<div className="educontent mt20">
|
|
|
|
|
<div className="clearfix">
|
|
|
|
|
|
|
|
|
|
<div className="fl mr20 font-16 bestChoose shixun_repertoire active"
|
|
|
|
|
id={"all"}
|
|
|
|
|
onClick={(e)=>this.latestHot(e,1)}>全部
|
|
|
|
|
</div>
|
|
|
|
|
<div className="fl mr20 font-16 bestChoose shixun_repertoire"
|
|
|
|
|
id={mine}
|
|
|
|
|
onClick={(e)=>this.onSwitchChange(e,2)}>我的
|
|
|
|
|
</div>
|
|
|
|
|
{/*<div className="fl mr20 font-16 bestChoose shixun_repertoire active"*/}
|
|
|
|
|
{/*id={"all"}*/}
|
|
|
|
|
{/*onClick={(e)=>this.latestHot(e,1)}>全部*/}
|
|
|
|
|
{/*</div>*/}
|
|
|
|
|
{/*<div className="fl mr20 font-16 bestChoose shixun_repertoire"*/}
|
|
|
|
|
{/*id={mine}*/}
|
|
|
|
|
{/*onClick={(e)=>this.onSwitchChange(e,2)}>我的*/}
|
|
|
|
|
{/*</div>*/}
|
|
|
|
|
|
|
|
|
|
<div className="fl mr20 font-16 bestChoose shixun_repertoire"
|
|
|
|
|
<div className="fl mr20 font-16 bestChoose shixun_repertoire active"
|
|
|
|
|
id="new"
|
|
|
|
|
onClick={(e)=>this.latestHot(e,4)}>最新
|
|
|
|
|
</div>
|
|
|
|
@ -186,26 +186,26 @@ class ShixunCardList extends Component {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div className="fl font-16 bestChoose shixun_repertoire ml20 mt1"
|
|
|
|
|
style={{display:upcircle===true?"block":"none"}}
|
|
|
|
|
// onClick={()=>this.upcircles("asc")}
|
|
|
|
|
>
|
|
|
|
|
<Tooltip placement="bottom" title={"升序"}>
|
|
|
|
|
<Icon type="up-circle" theme="twoTone" />
|
|
|
|
|
{/*<Icon type="sort-descending" />*/}
|
|
|
|
|
</Tooltip>
|
|
|
|
|
</div>
|
|
|
|
|
<div className="fl font-16 bestChoose shixun_repertoire ml20 mt1"
|
|
|
|
|
// onClick={()=>this.upcircles("desc")}
|
|
|
|
|
style={{display:upcircle===true?"none":"block"}}
|
|
|
|
|
>
|
|
|
|
|
<Tooltip placement="bottom" title={"降序"}>
|
|
|
|
|
<Icon type="down-circle" theme="twoTone" />
|
|
|
|
|
{/*<Icon type="sort-ascending" />*/}
|
|
|
|
|
</Tooltip>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div className="fr mt3">
|
|
|
|
|
{/*<div className="fl font-16 bestChoose shixun_repertoire ml20 mt1"*/}
|
|
|
|
|
{/*style={{display:upcircle===true?"block":"none"}}*/}
|
|
|
|
|
{/*// onClick={()=>this.upcircles("asc")}*/}
|
|
|
|
|
{/*>*/}
|
|
|
|
|
{/*<Tooltip placement="bottom" title={"升序"}>*/}
|
|
|
|
|
{/*<Icon type="up-circle" theme="twoTone" />*/}
|
|
|
|
|
{/*/!*<Icon type="sort-descending" />*!/*/}
|
|
|
|
|
{/*</Tooltip>*/}
|
|
|
|
|
{/*</div>*/}
|
|
|
|
|
{/*<div className="fl font-16 bestChoose shixun_repertoire ml20 mt1"*/}
|
|
|
|
|
{/*// onClick={()=>this.upcircles("desc")}*/}
|
|
|
|
|
{/*style={{display:upcircle===true?"none":"block"}}*/}
|
|
|
|
|
{/*>*/}
|
|
|
|
|
{/*<Tooltip placement="bottom" title={"降序"}>*/}
|
|
|
|
|
{/*<Icon type="down-circle" theme="twoTone" />*/}
|
|
|
|
|
{/*/!*<Icon type="sort-ascending" />*!/*/}
|
|
|
|
|
{/*</Tooltip>*/}
|
|
|
|
|
{/*</div>*/}
|
|
|
|
|
|
|
|
|
|
{/*<div className="fr mt3">*/}
|
|
|
|
|
{/*<Search*/}
|
|
|
|
|
{/*style={{ width: 300 }}*/}
|
|
|
|
|
{/*className="search-new-input fl"*/}
|
|
|
|
@ -225,11 +225,11 @@ class ShixunCardList extends Component {
|
|
|
|
|
onSearch={value => this.Input_search(value)}
|
|
|
|
|
autoComplete="off"
|
|
|
|
|
></Search> */}
|
|
|
|
|
</div>
|
|
|
|
|
<div className="fr">
|
|
|
|
|
<span className="fl color-grey-6 mr30 font-16 mt5" id="search_name">{
|
|
|
|
|
this.props.search_tags === null ? "" : this.props.search_tags
|
|
|
|
|
}</span>
|
|
|
|
|
{/*</div>*/}
|
|
|
|
|
{/*<div className="fr">*/}
|
|
|
|
|
{/*<span className="fl color-grey-6 mr30 font-16 mt5" id="search_name">{*/}
|
|
|
|
|
{/*this.props.search_tags === null ? "" : this.props.search_tags*/}
|
|
|
|
|
{/*}</span>*/}
|
|
|
|
|
{/*<div className="fl mr5" style={{marginTop:'1px'}}>*/}
|
|
|
|
|
{/*/!* <div className="controlblue"></div>*/}
|
|
|
|
|
{/*<span className="controlring"></span> *!/*/}
|
|
|
|
@ -242,8 +242,8 @@ class ShixunCardList extends Component {
|
|
|
|
|
{/*</div>*/}
|
|
|
|
|
{/*<span className="fl font-16 cdefault" data-tip-down="隐藏我学习的实训">隐藏我的</span>*/}
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<span className="fr color-grey-6 mr30 font-16" id="search_name"></span>
|
|
|
|
|
{/*</div>*/}
|
|
|
|
|
{/*<span className="fr color-grey-6 mr30 font-16" id="search_name"></span>*/}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
);
|
|
|
|
|