From b2dc8285932204bb560439e95a23f29281f7e9d2 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Tue, 26 Apr 2022 11:43:33 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90update=E3=80=91=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=98=AF=E5=90=A6=E6=98=AF=E5=86=85=E9=83=A8=E4=BC=81=E4=B8=9A?= =?UTF-8?q?=E7=9A=84=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/incomePaymentsApi.js | 6 +++++- src/views/signUp/SignUpPage.vue | 36 ++++++++++++++++++++++++++++----- 2 files changed, 36 insertions(+), 6 deletions(-) diff --git a/src/api/incomePaymentsApi.js b/src/api/incomePaymentsApi.js index d3cbdf1..b10f342 100644 --- a/src/api/incomePaymentsApi.js +++ b/src/api/incomePaymentsApi.js @@ -46,6 +46,9 @@ const commonMemberCost = '2000' // 会员五年期的缴费的费用 const vipMemberCost = '10000' +// 判断当前企业是否是内部企业 +const judgeInternalEnterprise = (param) => getAction('/company/payCompanyManagement/getInternalEnterprise', param) + export { queryCommonProjectById, getMeetInfoById, @@ -68,5 +71,6 @@ export { getAllUserList, queryContactByName, commonMemberCost, - vipMemberCost + vipMemberCost, + judgeInternalEnterprise } diff --git a/src/views/signUp/SignUpPage.vue b/src/views/signUp/SignUpPage.vue index a85875c..73ddf4b 100644 --- a/src/views/signUp/SignUpPage.vue +++ b/src/views/signUp/SignUpPage.vue @@ -137,7 +137,7 @@ 嘉宾 参会人 - 内部企业 + 内部企业 @@ -156,7 +156,7 @@ 参会人 - 内部企业 + 内部企业 @@ -227,7 +227,7 @@