From 6b450e3707752d86d423818b48c9e7d682aaad86 Mon Sep 17 00:00:00 2001 From: mo-bai <1873032855@qq.com> Date: Tue, 15 Mar 2022 18:52:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E5=90=8D=E8=AE=A4=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/index.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pages/mine/index.vue b/pages/mine/index.vue index d178e5e..9228626 100644 --- a/pages/mine/index.vue +++ b/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) {