From 8e357272c96a716fd5077aa13db471fdd10a857a Mon Sep 17 00:00:00 2001 From: lzx_win <2602107437@qq.com> Date: Tue, 24 Dec 2024 17:58:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/model/index-lzx.js | 20 ++++++++++++++++++++ pages_order/auth/certificationEnterprise.vue | 8 ++++---- 2 files changed, 24 insertions(+), 4 deletions(-) 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 || {};