Merge branch 'feat/vip_member_update' into feat/3.7/invite-members

This commit is contained in:
chashaobao
2025-12-27 16:10:28 +08:00

View File

@ -134,7 +134,7 @@ const AnchorFooter = (props: { data: JobDetails }) => {
}); });
} else { } else {
// Show material guide if no resume and no VIP and no free balance // 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); setShowMaterialGuide(true);
return; return;
} }