|
@@ -36,8 +36,8 @@ class SlidePic extends Component {
|
|
|
})
|
|
|
}
|
|
|
if($(event.target).attr("id")!='selectJiType'&&$(event.target).attr("id")!='selectJiTypeWrap'){
|
|
|
- const {handleSelectShow,idx} = this.props;
|
|
|
- handleSelectShow(idx,0)
|
|
|
+ const {handleSelectShow,idx,item} = this.props;
|
|
|
+ item.flg==5&&handleSelectShow(idx,0)
|
|
|
}
|
|
|
});
|
|
|
}
|