zhangxc преди 6 години
родител
ревизия
f96df5b81c
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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();