diff --git a/src/components/OrderDetailModal/OrderDetailModal.tsx b/src/components/OrderDetailModal/OrderDetailModal.tsx index ad59ba3..afd64cd 100644 --- a/src/components/OrderDetailModal/OrderDetailModal.tsx +++ b/src/components/OrderDetailModal/OrderDetailModal.tsx @@ -88,7 +88,7 @@ export default function OrderDetailModal(props: any) { { key: 'copyright', title: '著作权人信息 ', - className: activeKey === 'copyright' ? 'orderDetailTop-title tapActive' : 'orderDetailTop-title' + className: activeKey === 'copyright' ? 'orderDetailTop-title tapActive borderRight' : 'orderDetailTop-title borderRight' } : {}), ( @@ -96,7 +96,7 @@ export default function OrderDetailModal(props: any) { { key: 'authorize', title: '受让人信息', - className: activeKey == 'authorize' ? 'orderDetailTop-title tapActive' : 'orderDetailTop-title' + className: activeKey == 'authorize' ? 'orderDetailTop-title tapActive borderRight' : 'orderDetailTop-title borderRight' } : {} ), @@ -107,11 +107,11 @@ export default function OrderDetailModal(props: any) { // className: activeKey == 'file'? 'orderDetailTop-title tapActive borderRight' : 'orderDetailTop-title borderRight' // }:{} // ) - { - key: 'file', - title: '资料补充', - className: activeKey == 'file' ? 'orderDetailTop-title tapActive borderRight' : 'orderDetailTop-title borderRight' - }, + // { + // key: 'file', + // title: '资料补充', + // className: activeKey == 'file' ? 'orderDetailTop-title tapActive borderRight' : 'orderDetailTop-title borderRight' + // }, // { // key: 'result', // title: '过户结果', diff --git a/src/components/OrderDetailModal/components/File/File.tsx b/src/components/OrderDetailModal/components/File/File.tsx index 88a2fd8..273e4c9 100644 --- a/src/components/OrderDetailModal/components/File/File.tsx +++ b/src/components/OrderDetailModal/components/File/File.tsx @@ -146,7 +146,7 @@ export default function File(props: any) { const getSupplementDetail = async (id: string) => { try { const res: any = await supplementDetail(id) - // console.log(res); + console.log(res); setDetailData(res) await getFileTypeByIdsArray(res.correctionFiles)