报名逻辑判断

main
lijingyu007 6 months ago
parent c3105607e2
commit 3c07841b88
  1. 7
      pages/index/testcrowdsourc/crowdsourcingdetails.vue

@ -512,15 +512,14 @@
} else { } else {
this.certifshow = true; this.certifshow = true;
} }
} else { } else if (res.data.data.companyApplyId) {
this.certifshow = true;
}
if (res.data.data.companyApplyId) {
uni.showToast({ uni.showToast({
title: '仅支持个人用户竞标报名', title: '仅支持个人用户竞标报名',
icon: 'none', icon: 'none',
duration: 2000 duration: 2000
}); });
} else {
this.certifshow = true;
} }

Loading…
Cancel
Save