2 Commits

Author SHA1 Message Date
365f3f6dd6 Merge branch 'feat/vip_member_update' into feat/3.7/invite-members 2025-12-27 16:10:28 +08:00
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;
}