From ec784f5fac7f182d674c5e5987f3fc6abdce647a Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Fri, 31 Oct 2025 18:40:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/detail/userShare.vue | 2 +- root/person/inviteFollowMe.vue | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/root/detail/userShare.vue b/root/detail/userShare.vue index e42bee2..d4d46da 100644 --- a/root/detail/userShare.vue +++ b/root/detail/userShare.vue @@ -772,7 +772,7 @@ export default { let that = this; this.G.isLogin(); if (this.G.isLogin()) { - if (that.userInfo.agencyId) { + if (that.userInfo.agencyId && that.userInfo.fullName) { // that.submitConfirm = true; // that.$refs.applyFlow.applyFlowWidthoutAgencyConfirm(); that.$refs.applyFlow.applyFlowConfirm(); diff --git a/root/person/inviteFollowMe.vue b/root/person/inviteFollowMe.vue index e7da5b6..bd1cd1c 100644 --- a/root/person/inviteFollowMe.vue +++ b/root/person/inviteFollowMe.vue @@ -110,13 +110,13 @@ export default { applyAdd() { let that = this; - if (!this.agencyInfo.fullName) { - uni.showToast({ - title: "请输入企业简称", - icon: "none", - }); - return; - } + // if (!this.agencyInfo.fullName) { + // uni.showToast({ + // title: "请输入企业简称", + // icon: "none", + // }); + // return; + // } if (this.ing) { return; }