|
@@ -65,7 +65,6 @@ const CreateAd: React.FC = () => {
|
|
|
const [modelList, setModelList] = useState<any>({}) // 所有品牌手机
|
|
|
const [adcreativeTemplateAppellation, setAdcreativeTemplateAppellation] = useState<string>('') // 创意形式
|
|
|
const { init, get } = useModel('useLaunchAdq.useBdMediaPup')
|
|
|
- let refA: { current: { editHandle: () => void } } | any = useRef()
|
|
|
|
|
|
|
|
|
const tagsList_REGION = useAjax((params) => getTagsList(params))
|
|
@@ -338,7 +337,6 @@ const CreateAd: React.FC = () => {
|
|
|
<Col className={style.conRightBorder}>
|
|
|
<div className={style.top}>
|
|
|
广告基本信息
|
|
|
- {(queryForm?.promotedObjectType && getSysAdgroups?.data) && <a style={{ fontSize: 12 }} onClick={() => refA?.current?.editHandle()}><EditOutlined /></a>}
|
|
|
</div>
|
|
|
<div className={style.center}>
|
|
|
<Spin spinning={getSysAdgroups.loading}>
|