소스 검색

提示信息去掉

luolei 4 년 전
부모
커밋
ab1d7fe736
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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} />
           提示信息