This commit is contained in:
chashaobao
2025-12-27 16:00:25 +08:00
parent ec96058d5d
commit f6cec5dd43

View File

@ -134,7 +134,7 @@ const AnchorFooter = (props: { data: JobDetails }) => {
});
} else {
// Show material guide if no resume and no VIP and no free balance
if (!productInfo?.isCreateResume && !productInfo?.isPaidVip && !productInfo?.freeBalance) {
if (!productRecord && !productInfo?.isCreateResume && !productInfo?.isPaidVip && !productInfo?.freeBalance) {
setShowMaterialGuide(true);
return;
}