|
|
@ -120,6 +120,7 @@ class InfosProject extends Component{
|
|
|
|
<span className="fr color-grey-9">时间最新</span>
|
|
|
|
<span className="fr color-grey-9">时间最新</span>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
<div className="square-list clearfix">
|
|
|
|
<div className="square-list clearfix">
|
|
|
|
|
|
|
|
{/* 289 */}
|
|
|
|
{
|
|
|
|
{
|
|
|
|
page == 1 && is_current && this.props.current_user && !category && this.props.current_user.user_identity != "学生" ?
|
|
|
|
page == 1 && is_current && this.props.current_user && !category && this.props.current_user.user_identity != "学生" ?
|
|
|
|
<Create href={`${this.props.Headertop && this.props.Headertop.old_url}/projects/new`} name={"新建开发项目"} index="4"></Create>:""
|
|
|
|
<Create href={`${this.props.Headertop && this.props.Headertop.old_url}/projects/new`} name={"新建开发项目"} index="4"></Create>:""
|
|
|
@ -130,7 +131,7 @@ class InfosProject extends Component{
|
|
|
|
{
|
|
|
|
{
|
|
|
|
data && data.projects && data.projects.map((item,key)=>{
|
|
|
|
data && data.projects && data.projects.map((item,key)=>{
|
|
|
|
return(
|
|
|
|
return(
|
|
|
|
<div className="square-Item" onClick={()=>this.turnToCourses(`/projects/${item.id}`,item.can_visited)} style={{"cursor": "pointer"}}>
|
|
|
|
<div className="square-Item" onClick={()=>this.turnToCourses(`/projects/${item.id}`,item.can_visited)} style={{"cursor": "pointer","height":"289px"}}>
|
|
|
|
{
|
|
|
|
{
|
|
|
|
item.is_public==1 &&
|
|
|
|
item.is_public==1 &&
|
|
|
|
<React.Fragment>
|
|
|
|
<React.Fragment>
|
|
|
|