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

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

Loading…
Cancel
Save