dev_auth
杨树林 5 years ago
parent ce8f8eb217
commit 3fbd9511c6

@ -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();
}

@ -483,6 +483,7 @@ class CompetitionContentspdfpeopledata extends Component {
hideUpdating={(i) => this.hideUpdating(i)}
getdata={() => this.getdata()}
GetawardinformationAPI={() => this.GetawardinformationAPI()}
bank_account={this.state.bank_account}
></Bankcardnumberverifications>
:

@ -28,8 +28,8 @@ class Mailboxvalidation extends Component {
componentDidMount() {
window.document.title = '竞赛';
console.log("3获取用户信息");
console.log(this.props);
// console.log("3获取用户信息");
// console.log(this.props);
}

@ -28,8 +28,8 @@ class Phonenumberverification extends Component {
componentDidMount() {
window.document.title = '竞赛';
console.log("获取用户信息");
console.log(this.props);
// console.log("获取用户信息");
// console.log(this.props);
}

Loading…
Cancel
Save