Explorar o código

治疗方案样式

zhangxc %!s(int64=6) %!d(string=hai) anos
pai
achega
f96df5b81c
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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();