|
@ -160,12 +160,12 @@ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
onLoad() { |
|
|
onLoad() { |
|
|
this.getAuthenticationPerson(); |
|
|
|
|
|
|
|
|
this.getAuthenticationCompany(); |
|
|
}, |
|
|
}, |
|
|
methods: { |
|
|
methods: { |
|
|
//获取个人实名信息 |
|
|
|
|
|
getAuthenticationPerson(){ |
|
|
|
|
|
this.$api('getAuthenticationPerson',{}, res =>{ |
|
|
|
|
|
|
|
|
//我的服务-查询企业实名认证信息 |
|
|
|
|
|
getAuthenticationCompany(){ |
|
|
|
|
|
this.$api('getAuthenticationCompany',{}, res =>{ |
|
|
if(res.code == 200){ |
|
|
if(res.code == 200){ |
|
|
|
|
|
|
|
|
this.form = res.result || {}; |
|
|
this.form = res.result || {}; |
|
|