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 || '报名失败',