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; }