|
@@ -18,8 +18,8 @@ class InfoTitle extends Component {
|
|
|
store.dispatch(initItemList());
|
|
|
store.dispatch(showHistory(true))
|
|
|
}
|
|
|
- render() {console.log(store)
|
|
|
- const {disVisible,copyVisible} = store.getState().copyRight;console.log(disVisible,copyVisible)
|
|
|
+ render() {
|
|
|
+ const {disVisible,copyVisible} = this.props;
|
|
|
return <div className={style['title-wrapper']} style={{zIndex:disVisible||copyVisible?40:204}}>
|
|
|
<PatInfoContainer />
|
|
|
<div className={style["operations"]} onClick={this.showHistoryBox}>
|