Pārlūkot izejas kodu

治疗方案样式

zhangxc 6 gadi atpakaļ
vecāks
revīzija
f96df5b81c
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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();