feat: ps
This commit is contained in:
@ -27,8 +27,8 @@ const GET_CONTACT_TYPE_OPTIONS = [
|
|||||||
{
|
{
|
||||||
type: GET_CONTACT_TYPE.MATERIAL,
|
type: GET_CONTACT_TYPE.MATERIAL,
|
||||||
icon: 'https://publiccdn.neighbourhood.com.cn/img/file.svg',
|
icon: 'https://publiccdn.neighbourhood.com.cn/img/file.svg',
|
||||||
title: '创建模卡(免费报单)',
|
title: '创建模卡(送会员)',
|
||||||
desc: '免费报单,优先推荐给企业,机会更多',
|
desc: '送日会员,优先推荐给企业,机会更多',
|
||||||
btnText: '创建',
|
btnText: '创建',
|
||||||
needLogin: true,
|
needLogin: true,
|
||||||
},
|
},
|
||||||
|
|||||||
@ -146,7 +146,7 @@ const AnchorFooter = (props: { data: JobDetails }) => {
|
|||||||
Toast.error('请求失败请重试');
|
Toast.error('请求失败请重试');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, [data, productInfo?.freeBalance, productInfo?.isCreateResume, productInfo?.isPaidVip]);
|
}, [data, productInfo?.freeBalance, productInfo?.isCreateResume, productInfo?.isPaidVip, productRecord]);
|
||||||
|
|
||||||
const handleDialogClose = useCallback(() => {
|
const handleDialogClose = useCallback(() => {
|
||||||
setShowJobContactDialog(false);
|
setShowJobContactDialog(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user