@@ -386,7 +386,6 @@ function CreativeModal(props: Props) {
form.setFieldsValue(obj)
}
}, [dataInfo, adcreative_template_list, adcreative_template])
- console.log(conversionList)
return <Modal
visible={visible}
title={type === 'add' ? '新建创意' : type === 'look' ? '创意详情' : '编辑创意'}