From 36ec87bbfe91878ceaae95d24ca1d109763a995f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Tue, 12 Nov 2019 13:10:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CompetitionContentspdfChild/Bankcardnumberverification.js | 2 +- .../CompetitionContentspdfpeopledata.js | 4 ++-- .../CompetitionContentspdfChild/Mailboxvalidation.js | 2 +- .../CompetitionContentspdfChild/Phonenumberverification.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentspdfChild/Bankcardnumberverification.js b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentspdfChild/Bankcardnumberverification.js index 59d3da1aa..0f75154cf 100644 --- a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentspdfChild/Bankcardnumberverification.js +++ b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentspdfChild/Bankcardnumberverification.js @@ -55,7 +55,7 @@ class Bankcardnumberverification extends Component { if (result.data.status == 0) { // console.log(JSON.stringify(result)); this.props.showNotification(`提交成功,等待审核!`); - this.props.getdata(); + this.props.getdata(this.props.userdata.id); this.props.GetawardinformationAPI(); } } catch (e) { diff --git a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentspdfChild/CompetitionContentspdfpeopledata.js b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentspdfChild/CompetitionContentspdfpeopledata.js index f27df7101..8adc731ec 100644 --- a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentspdfChild/CompetitionContentspdfpeopledata.js +++ b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentspdfChild/CompetitionContentspdfpeopledata.js @@ -531,7 +531,7 @@ class CompetitionContentspdfpeopledata extends Component {