|
|
|
@ -94,6 +94,7 @@ class CaseList extends Component{
|
|
|
|
|
render(){
|
|
|
|
|
let { type , search ,libraries , totalCount ,pageSize ,page } = this.state;
|
|
|
|
|
let { checkIfLogin } = this.props;
|
|
|
|
|
|
|
|
|
|
return(
|
|
|
|
|
<React.Fragment>
|
|
|
|
|
<img src={mainImg} width="100%" />
|
|
|
|
@ -101,7 +102,9 @@ class CaseList extends Component{
|
|
|
|
|
<div className="edu-back-white mb30 mt30">
|
|
|
|
|
<p className="padding20-30 clearfix bor-bottom-greyE">
|
|
|
|
|
<span className="font-18 fl color-grey-3">教学案例</span>
|
|
|
|
|
<LinkAfterLogin {...this.props} to={'/moop_cases/new'} className="fr edu-default-btn edu-blueline-btn">发布案例</LinkAfterLogin>
|
|
|
|
|
<LinkAfterLogin {...this.props} to={'/moop_cases/new'} className="fr edu-default-btn edu-blueline-btn" checkProfileComplete = {true}
|
|
|
|
|
|
|
|
|
|
>发布案例</LinkAfterLogin>
|
|
|
|
|
{/* <ActionBtn style="colorBlue" className="fr" to="/moop_cases/new">发布案例</ActionBtn> */}
|
|
|
|
|
</p>
|
|
|
|
|
<div className="clearfix pl30 pr30">
|
|
|
|
|