|
@@ -23,6 +23,8 @@ class InfoTitle extends Component {
|
|
|
showHistoryBox(){
|
|
|
const {showLoading,hideLoading}=this.props;
|
|
|
showLoading();
|
|
|
+ // document.body.style.overflow = 'hidden';
|
|
|
+ // document.body.style.position = 'fixed';
|
|
|
// store.dispatch(initItemList());
|
|
|
// store.dispatch(showHistory(true))
|
|
|
// initItemList().then((res)=>{
|