@ -47,7 +47,7 @@ class Phonenumberverification extends Component {
}).then((result) => {
if (result) {
this.props.showNotification("手机号码绑定成功!");
this.props.hideUpdating()
this.props.hideUpdating(1)
this.props.getdata(id);
}
}).catch((error) => {