componentWillUnmount() {this.timer && clearTimeout(this.timer);this.props.dispatch({type : 'USER_ALL_CLEAR'});}componentWillUnmount() {this.timer && clearTimeout(this.timer);this.props.userAction.clearAll();