Explorar el Código

弹窗关闭事件加回

zhouna hace 6 años
padre
commit
635cad0bbb
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      src/modules/HomePage/index.jsx

+ 1 - 2
src/modules/HomePage/index.jsx

@@ -55,8 +55,7 @@ class HomePage extends Component {
     }
     render() {
         const {flag,setPushEmergencyIdx,sysConfig} = this.props;
-        return <div className={style['home-page']}>
-        {/* return <div className={style['home-page']} onClick={this.props.hideAllDrop}> */}
+        return <div className={style['home-page']} onClick={this.props.hideAllDrop}>
             <BannerContainer />
             {/* <InfoTitle /> */}
             <BodyContainer></BodyContainer>