dev_home
杨树林 5 years ago
parent c957fcc879
commit 988271d40c

@ -575,7 +575,7 @@ class CompetitionContentspdfpeopledata extends Component {
admins===true? admins===true?
<Bankcardnumberverifications {...this.props} {...this.state} basicInfo={userdata} <Bankcardnumberverifications {...this.props} {...this.state} basicInfo={userdata}
hideUpdating={(i) => this.hideUpdating(i)} hideUpdating={(i) => this.hideUpdating(i)}
getdata={() => this.getdata()} getdata={(id) => this.getdata(id)}
GetawardinformationAPI={() => this.GetawardinformationAPI()} GetawardinformationAPI={() => this.GetawardinformationAPI()}
bank_account={this.state.bank_account} bank_account={this.state.bank_account}
></Bankcardnumberverifications> ></Bankcardnumberverifications>

Loading…
Cancel
Save