fix:招聘会报名、简历投递按钮闪烁问题修复

This commit is contained in:
xuchao
2026-01-13 13:45:08 +08:00
parent 9d37f3a22a
commit c200dc924b
2 changed files with 7 additions and 2 deletions

View File

@@ -287,7 +287,8 @@
title: '报名成功',
icon: 'success'
});
getCompanyInfo(userInfo.value.info.userId, jobFairId.value)
fairInfo.value.isSignUp = 1;
getCompanyInfo(userInfo.value.info.userId, jobFairId.value);
} else {
uni.showToast({
title: res.msg || '报名失败',

View File

@@ -345,6 +345,10 @@
}).then((data) => {
if (data && data.code === 200) {
$api.msg("简历投递成功");
if (!job.jobFairPersonJob) {
job.jobFairPersonJob = {};
}
job.jobFairPersonJob.status = "1";
getList(false);
} else {
$api.msg((data && data.msg) || "简历投递失败");