|
|
|
@ -28,8 +28,17 @@ class Bankcardnumberverification extends Component {
|
|
|
|
|
|
|
|
|
|
componentDidMount() {
|
|
|
|
|
window.document.title = '竞赛';
|
|
|
|
|
console.log("3获取用户信息");
|
|
|
|
|
console.log(this.props);
|
|
|
|
|
// console.log("3获取用户信息");
|
|
|
|
|
// console.log(this.props)
|
|
|
|
|
//初始化值
|
|
|
|
|
if (this.props.bank_account) {
|
|
|
|
|
this.props.form.setFieldsValue({
|
|
|
|
|
openingbank: this.props.bank_account.bank,
|
|
|
|
|
subbranch: this.props.bank_account.second_bank,
|
|
|
|
|
subbranchs: this.props.bank_account.card_no,
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
yhBankstrue = () => {
|
|
|
|
@ -45,7 +54,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();
|
|
|
|
|
}
|
|
|
|
|