Explorar el Código

提示信息去掉

luolei hace 4 años
padre
commit
ab1d7fe736
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/PushItems/TipsMsg/index.jsx

+ 1 - 1
src/components/PushItems/TipsMsg/index.jsx

@@ -18,7 +18,7 @@ class TipsMsg extends Component {
 
     render() {
         const { tips, showTips, tipsDiscalimer, tipsImg, tmpFlg,showPartName} = this.props;
-        return <div id="tipsMsg" className={style["tips"]}>
+        return <div id="tipsMsg" className={style["tips"]} style={{display:"none"}}>
         <h1>
           <img src={tipsImg} />
           提示信息