From 3744ef7e5aca4611cc669b84ea74d6e4aabffa13 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Tue, 21 Jun 2022 16:50:07 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90add=E3=80=91=20=E5=9B=BD=E9=99=85?= =?UTF-8?q?=E7=A0=94=E8=AE=A8=E4=BC=9A=20=E6=8A=A5=E5=90=8D=E7=9A=84?= =?UTF-8?q?=E6=97=B6=E5=80=99=E5=A2=9E=E5=8A=A0=20=E9=82=80=E8=AF=B7?= =?UTF-8?q?=E7=A0=81=E7=9A=84=E6=A0=A1=E9=AA=8C=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/incomePaymentsApi.js | 6 ++- src/views/signUp/InviteCode.vue | 73 +++++++++++++++++++++++++++++++++ src/views/signUp/SignUpPage.vue | 64 +++++++++++++++++++++++------ 3 files changed, 129 insertions(+), 14 deletions(-) create mode 100644 src/views/signUp/InviteCode.vue diff --git a/src/api/incomePaymentsApi.js b/src/api/incomePaymentsApi.js index b10f342..7c18aae 100644 --- a/src/api/incomePaymentsApi.js +++ b/src/api/incomePaymentsApi.js @@ -49,6 +49,9 @@ const vipMemberCost = '10000' // 判断当前企业是否是内部企业 const judgeInternalEnterprise = (param) => getAction('/company/payCompanyManagement/getInternalEnterprise', param) +// 国际研讨会-判断当前的邀请码是否可用 +const judgeMeetingCode = (param) => getAction('/meeting/payMeetingSituation/validInvitationCode', param) + export { queryCommonProjectById, getMeetInfoById, @@ -72,5 +75,6 @@ export { queryContactByName, commonMemberCost, vipMemberCost, - judgeInternalEnterprise + judgeInternalEnterprise, + judgeMeetingCode } diff --git a/src/views/signUp/InviteCode.vue b/src/views/signUp/InviteCode.vue new file mode 100644 index 0000000..5263c3e --- /dev/null +++ b/src/views/signUp/InviteCode.vue @@ -0,0 +1,73 @@ + + + + + + \ No newline at end of file diff --git a/src/views/signUp/SignUpPage.vue b/src/views/signUp/SignUpPage.vue index 73ddf4b..54a3938 100644 --- a/src/views/signUp/SignUpPage.vue +++ b/src/views/signUp/SignUpPage.vue @@ -163,12 +163,16 @@ - + + + + + + + + + + @@ -227,7 +231,7 @@