fix:招聘会报名、简历投递按钮闪烁问题修复
This commit is contained in:
@@ -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 || '报名失败',
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
<view class="jobfair-content">
|
||||
<view class="card-times">
|
||||
<view class="time-left">
|
||||
<view class="left-date">{{
|
||||
<view class="left-date">{{
|
||||
parseDateTime(fair.jobFairStartTime).time
|
||||
}}</view>
|
||||
<view class="left-dateDay">{{
|
||||
@@ -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) || "简历投递失败");
|
||||
|
||||
Reference in New Issue
Block a user