From 3c07841b88ebf74bc410058c547368746403ea2c Mon Sep 17 00:00:00 2001 From: lijingyu007 <904564792@qq.com> Date: Fri, 31 May 2024 21:13:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E5=90=8D=E9=80=BB=E8=BE=91=E5=88=A4?= =?UTF-8?q?=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/testcrowdsourc/crowdsourcingdetails.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pages/index/testcrowdsourc/crowdsourcingdetails.vue b/pages/index/testcrowdsourc/crowdsourcingdetails.vue index d5d545e..ab87bfa 100644 --- a/pages/index/testcrowdsourc/crowdsourcingdetails.vue +++ b/pages/index/testcrowdsourc/crowdsourcingdetails.vue @@ -512,15 +512,14 @@ } else { this.certifshow = true; } - } else { - this.certifshow = true; - } - if (res.data.data.companyApplyId) { + } else if (res.data.data.companyApplyId) { uni.showToast({ title: '仅支持个人用户竞标报名', icon: 'none', duration: 2000 }); + } else { + this.certifshow = true; }