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 @@
- event.target.value = event.target.value.trim()"
- @blur="validateCode"
- v-decorator="[ 'code',
- validatorRules.code]">
+
+
+
+
+
+
+
+
+
+
@@ -227,7 +231,7 @@