Browse Source

治疗方案样式

zhangxc 6 years ago
parent
commit
f96df5b81c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/components/Treat/index.jsx

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

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