个人招聘会简历投递,招聘会详情页

This commit is contained in:
2025-11-06 17:14:14 +08:00
parent d3fef15fa3
commit f3ef087fcb
5 changed files with 1055 additions and 5 deletions

View File

@@ -172,7 +172,14 @@
if(state.current != 3){
navTo('/packageA/pages/exhibitors/exhibitors?jobFairId=' + jobFairId)
}else{
navTo('/packageB/jobFair/detailCom?jobFairId=' + jobFairId)
console.log(userInfo.value, 'userInfo');
if(userInfo.value){
if(userInfo.value.userType=='ent'){
navTo('/packageB/jobFair/detailCom?jobFairId=' + jobFairId)
}else{
navTo('/packageB/jobFair/detailPerson?jobFairId=' + jobFairId)
}
}
}
}