diff --git a/api/model/index-lzx.js b/api/model/index-lzx.js index e8bdc7b..12ca0b5 100644 --- a/api/model/index-lzx.js +++ b/api/model/index-lzx.js @@ -75,6 +75,26 @@ const api = { limit : 500, showLoading : true, }, + //我的服务-查询企业实名认证信息 + getAuthenticationCompany: { + url: '/employ/authentication/getAuthenticationCompany', + method: 'GET', + auth: true + }, + //我的服务-企业实名认证 + addAuthenticationCompany: { + url: '/employ/authentication/addAuthenticationCompany', + method: 'GET', + auth: true + }, + + + + + + + + } export default api \ No newline at end of file diff --git a/pages_order/auth/certificationEnterprise.vue b/pages_order/auth/certificationEnterprise.vue index 2744e3f..6d1168a 100644 --- a/pages_order/auth/certificationEnterprise.vue +++ b/pages_order/auth/certificationEnterprise.vue @@ -160,12 +160,12 @@ } }, onLoad() { - this.getAuthenticationPerson(); + this.getAuthenticationCompany(); }, methods: { - //获取个人实名信息 - getAuthenticationPerson(){ - this.$api('getAuthenticationPerson',{}, res =>{ + //我的服务-查询企业实名认证信息 + getAuthenticationCompany(){ + this.$api('getAuthenticationCompany',{}, res =>{ if(res.code == 200){ this.form = res.result || {};