Browse Source

实名认证

devlop
mo-bai 4 years ago
parent
commit
6b450e3707
1 changed files with 7 additions and 0 deletions
  1. 7
      pages/mine/index.vue

7
pages/mine/index.vue

@ -178,6 +178,13 @@ export default {
},
//
certifyCompany() {
if (!this.hasCompany) {
uni.showToast({
title: '您还没有企业信息,请先完善企业信息',
icon: 'none'
})
return
}
if (this.userInfo.fddEnterpriseStatus === fddEnterpriseStatus.UNCERTIFIED || this.userInfo.fddEnterpriseStatus === fddEnterpriseStatus.CERTIFIED_FAIL) {
getVerifyUrl({ enterpriseId: this.$store.state.companyInfo.id }).then((res) => {
if (res) {

Loading…
Cancel
Save