|
|
|
@ -236,7 +236,7 @@ class YslDetailCards extends Component{
|
|
|
|
|
console.log(pathCardsedittype);
|
|
|
|
|
console.log(editbuttomtype);
|
|
|
|
|
console.log("this.props.isAdmin");
|
|
|
|
|
console.log(this.props.isAdmin);
|
|
|
|
|
console.log(this.props.isAdmin());
|
|
|
|
|
return(
|
|
|
|
|
<div>
|
|
|
|
|
<div className="lesson-saved-list">
|
|
|
|
@ -310,7 +310,7 @@ class YslDetailCards extends Component{
|
|
|
|
|
{
|
|
|
|
|
idsum===key&&pathCardsedittype===true?'':
|
|
|
|
|
|
|
|
|
|
this.props.isAdmin==true?
|
|
|
|
|
this.props.isAdmin()==true?
|
|
|
|
|
<a>
|
|
|
|
|
<a className="fr mtf3">
|
|
|
|
|
{ editbuttomtype===true?'':
|
|
|
|
@ -343,7 +343,7 @@ class YslDetailCards extends Component{
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
idsum === key && pathCardsedittype === true ?
|
|
|
|
|
this.props.isAdmin===true?
|
|
|
|
|
this.props.isAdmin()===true?
|
|
|
|
|
<a className="fr" onClick={()=>this.delectpathCardsedit(item.stage_id)}>
|
|
|
|
|
<Tooltip placement="bottom" title="删除">
|
|
|
|
|
<i className="iconfont icon-shanchu color-grey-c font-14 font-n"></i>
|
|
|
|
|