1 Commits

Author SHA1 Message Date
f6cec5dd43 feat: 2025-12-27 16:00:25 +08:00

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;
}