diff --git a/src/components/prejob-popup/index.tsx b/src/components/prejob-popup/index.tsx index befe23e..7de4e6a 100644 --- a/src/components/prejob-popup/index.tsx +++ b/src/components/prejob-popup/index.tsx @@ -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) { diff --git a/src/components/product-dialog/steps-ui/job-buy.tsx b/src/components/product-dialog/steps-ui/job-buy.tsx index 47fe36d..498a48a 100644 --- a/src/components/product-dialog/steps-ui/job-buy.tsx +++ b/src/components/product-dialog/steps-ui/job-buy.tsx @@ -2,7 +2,7 @@ import Taro from '@tarojs/taro'; import { Button } from '@taroify/core'; import classNames from 'classnames'; -import { useCallback, useEffect, useState } from 'react'; +import { Fragment, useCallback, useEffect, useState } from 'react'; import Badge from '@/components/badge'; import { PREFIX } from '@/components/product-dialog/const'; @@ -136,18 +136,32 @@ export default function JobBuy(props: IProps) { return (