This commit is contained in:
chashaobao
2025-12-02 21:18:50 +08:00
parent a07b015d8e
commit 288521ebd9
10 changed files with 381 additions and 143 deletions

View File

@ -30,7 +30,7 @@ const GET_CONTACT_TYPE_OPTIONS = [
type: GET_CONTACT_TYPE.VIP,
icon: 'https://publiccdn.neighbourhood.com.cn/img/diamond.svg',
title: '播络会员',
desc: '开通会员每天可查看10个',
desc: '开通会员每天免费查看',
btnText: '开通',
},
];
@ -81,7 +81,7 @@ export function PrejobPopup({ onCancel, onConfirm }: IProps) {
</Popup>
<Dialog open={openDialog} onClose={onCancel}>
<Dialog.Content>
<JobBuy onConfirm={handleAfterBuy} buyOnly />
<JobBuy onConfirm={handleAfterBuy} />
</Dialog.Content>
</Dialog>
</Fragment>