From f6cec5dd43bb5c63ec4b0cacf3f9dfafaee0f5be Mon Sep 17 00:00:00 2001 From: chashaobao Date: Sat, 27 Dec 2025 16:00:25 +0800 Subject: [PATCH] feat: --- src/pages/job-detail/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/job-detail/index.tsx b/src/pages/job-detail/index.tsx index d0a3186..9f2888c 100644 --- a/src/pages/job-detail/index.tsx +++ b/src/pages/job-detail/index.tsx @@ -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; }