dev_auth
杨树林 5 years ago
parent ccb72936eb
commit b89f7c47c9

@ -45,7 +45,7 @@ class Bankcardnumberverification extends Component {
try {
if (result.data.status == 0) {
// console.log(JSON.stringify(result));
this.props.showNotification(`提交成功成功`);
this.props.showNotification(`提交成功`);
this.props.getdata();
this.props.GetawardinformationAPI();
}

Loading…
Cancel
Save