Sfoglia il codice sorgente

提示信息去掉

luolei 4 anni fa
parent
commit
ab1d7fe736
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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} />
           提示信息