This commit is contained in:
chashaobao
2025-12-22 00:00:23 +08:00
parent 4d3c57e88b
commit ec96058d5d
3 changed files with 69 additions and 55 deletions

View File

@ -35,13 +35,13 @@ const GET_CONTACT_TYPE_OPTIONS = [
desc: '开通会员每天免费查看',
btnText: '开通',
},
{
type: GET_CONTACT_TYPE.GROUP,
icon: 'https://publiccdn.neighbourhood.com.cn/img/group-avatar.png',
title: '进群领会员(免费报单)',
desc: '群内定期发放会员,免费报单',
btnText: '进群',
},
// {
// type: GET_CONTACT_TYPE.GROUP,
// icon: 'https://publiccdn.neighbourhood.com.cn/img/group-avatar.png',
// title: '进群领会员(免费报单)',
// desc: '群内定期发放会员,免费报单',
// btnText: '进群',
// },
];
export function PrejobPopup({ onCancel, isCreateResume, onConfirm }: IProps) {