This commit is contained in:
chashaobao
2026-02-06 00:17:11 +08:00
parent 1e29b34518
commit 669c489619
2 changed files with 3 additions and 3 deletions

View File

@ -146,7 +146,7 @@ const AnchorFooter = (props: { data: JobDetails }) => {
Toast.error('请求失败请重试');
}
}
}, [data, productInfo?.freeBalance, productInfo?.isCreateResume, productInfo?.isPaidVip]);
}, [data, productInfo?.freeBalance, productInfo?.isCreateResume, productInfo?.isPaidVip, productRecord]);
const handleDialogClose = useCallback(() => {
setShowJobContactDialog(false);