Browse Source

Merge remote-tracking branch 'origin/master'

master
前端-胡立永 2 months ago
parent
commit
c4257906af
2 changed files with 24 additions and 4 deletions
  1. +20
    -0
      api/model/index-lzx.js
  2. +4
    -4
      pages_order/auth/certificationEnterprise.vue

+ 20
- 0
api/model/index-lzx.js View File

@ -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

+ 4
- 4
pages_order/auth/certificationEnterprise.vue View File

@ -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 || {};


Loading…
Cancel
Save