杨树明 5 years ago
parent 7ccc549ccd
commit 8f7c850529

@ -120,7 +120,7 @@ class PackageIndexNEIBannerConcent extends Component {
componentDidUpdate = (prevProps) => { componentDidUpdate = (prevProps) => {
if(prevProps.current_user.username != this.props.current_user.username){ if(prevProps.current_user!=this.props.current_user){
if(this.props.current_user!=undefined){ if(this.props.current_user!=undefined){
this.setState({ this.setState({
contact_name:this.props.current_user.username contact_name:this.props.current_user.username

Loading…
Cancel
Save