From 0eb387779d0244cbcf7541522939b365714cf62f Mon Sep 17 00:00:00 2001 From: lyp Date: Thu, 5 Jun 2025 15:17:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../OrderDetailModal/OrderDetailModal.tsx | 28 +++++++++---------- src/route/index/Index.tsx | 14 +++++----- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/src/components/OrderDetailModal/OrderDetailModal.tsx b/src/components/OrderDetailModal/OrderDetailModal.tsx index 0b72ed0..5e6381b 100644 --- a/src/components/OrderDetailModal/OrderDetailModal.tsx +++ b/src/components/OrderDetailModal/OrderDetailModal.tsx @@ -71,7 +71,7 @@ export default function OrderDetailModal(props: any) { idcardType: '',//证件类型 idcard: '',//证件号码 }) - const [waitCorrectionCount, setWaitCorrectionCount] = useState(0) //待补充资料 + // const [waitCorrectionCount, setWaitCorrectionCount] = useState(0) //待补充资料 // tab栏 标题数组 const tapTitleArray = [ { @@ -100,18 +100,18 @@ export default function OrderDetailModal(props: any) { } : {} ), - (waitCorrectionCount > 0? - { - 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' - // }, + // (waitCorrectionCount > 0? + // { + // 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: '过户结果', @@ -137,7 +137,7 @@ export default function OrderDetailModal(props: any) { setAuthorizeInfo({ ...res.buyUserDTO }) - setWaitCorrectionCount(res.waitCorrectionCount) + // setWaitCorrectionCount(res.waitCorrectionCount) } catch (error: any) { diff --git a/src/route/index/Index.tsx b/src/route/index/Index.tsx index 9c476b0..965fbe0 100644 --- a/src/route/index/Index.tsx +++ b/src/route/index/Index.tsx @@ -23,7 +23,7 @@ import MenuWithBottomButtom from '../../components/menu/MenuWithBottomButton.tsx // import MenuTreeWithTopButton from "../../components/menu/MenuTreeWithTopButton.tsx"; // import ListProj from "../../components/list/ListProj.tsx"; // import ListProjAgent from "../../components/list/ListProjAgent.tsx"; -import { getMenuActive } from '../../util/cache.ts' +// import { getMenuActive } from '../../util/cache.ts' import { @@ -87,10 +87,10 @@ interface DataType { } -import app from '../../static/left/app.png' -import appnew from '../../static/left/appnew.png' -import tra from '../../static/left/tra.png' -import tranew from '../../static/left/tranew.png' +// import app from '../../static/left/app.png' +// import appnew from '../../static/left/appnew.png' +// import tra from '../../static/left/tra.png' +// import tranew from '../../static/left/tranew.png' // import topblack from '../../static/appimgs/topblack.png' // import topblue from '../../static/appimgs/topblue.png' @@ -2070,7 +2070,7 @@ export default function Index() { list={agentMenu.list} handleListItem={agentMenu.handleListItem} /> */} - {THEME == 'mzw' ? ( + {/* {THEME == 'mzw' ? ( <>
) : ( <> - )} + )} */} {THEME == 'mzw' ? (