- {
- item.shixuns_list && item.shixuns_list.map((line,index)=>{
+ {this.props.current_user&&this.props.current_user.admin===true||this.props.current_user&&this.props.current_user.business===true?
+ item.shixuns_list && item.shixuns_list.map((line,index)=>{
+ return(
+
this.showparagraph(key,index)} onMouseLeave={this.hideparagraph}>
+
+
+
+
+ {
+ line.complete_status === 1 ?
+ :
+ }
+
+
+ {key+1}-{index+1} {line.shixun_name}
+
+
+
+
+
+
+ {
+ showparagraphkey===key&&showparagraphindex===index?
+ 查看详情
+
:""
+ }
+
+
+
)
+ }):item.shixuns_list && item.shixuns_list.map((line,index)=>{
return(
this.showparagraph(key,index)} onMouseLeave={this.hideparagraph}>