This commit is contained in:
chashaobao
2026-02-06 00:17:11 +08:00
parent 1e29b34518
commit 669c489619
2 changed files with 3 additions and 3 deletions

View File

@ -27,8 +27,8 @@ const GET_CONTACT_TYPE_OPTIONS = [
{
type: GET_CONTACT_TYPE.MATERIAL,
icon: 'https://publiccdn.neighbourhood.com.cn/img/file.svg',
title: '创建模卡(免费报单',
desc: '免费报单,优先推荐给企业,机会更多',
title: '创建模卡(送会员',
desc: '送日会员,优先推荐给企业,机会更多',
btnText: '创建',
needLogin: true,
},

View File

@ -146,7 +146,7 @@ const AnchorFooter = (props: { data: JobDetails }) => {
Toast.error('请求失败请重试');
}
}
}, [data, productInfo?.freeBalance, productInfo?.isCreateResume, productInfo?.isPaidVip]);
}, [data, productInfo?.freeBalance, productInfo?.isCreateResume, productInfo?.isPaidVip, productRecord]);
const handleDialogClose = useCallback(() => {
setShowJobContactDialog(false);