dev_home
杨树林 5 years ago
parent 851164ff46
commit 376fd15c58

@ -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) => {

Loading…
Cancel
Save