Csy817 6 роки тому
батько
коміт
cc9f966476
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      src/pages/cart/all/index.js

+ 2 - 2
src/pages/cart/all/index.js

@@ -20,12 +20,12 @@ class All extends Component {
     }
 
     componentWillMount() {
-        console.log('cartAll componentWillMount',this.props)
+        // console.log('cartAll componentWillMount',this.props)
         this.getHash()
     }
 
     componentDidMount() {
-        console.log('cartAll componentDidMount',this.props)
+        // console.log('cartAll componentDidMount',this.props)
         let state = this.props.history.location.state
         let updateData = state ? state.updateData : false
         if(updateData){