Sfoglia il codice sorgente

治疗方案样式

zhangxc 6 anni fa
parent
commit
f96df5b81c
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/components/Treat/index.jsx

+ 0 - 1
src/components/Treat/index.jsx

@@ -19,7 +19,6 @@ class Treat extends Component {
     }
 
     hideTreat() {
-        $('#treatDescBox').css({'display': 'none'});
         const { hideTreat,clearTreat } = this.props;
         clearTreat && clearTreat();
         hideTreat && hideTreat();