This commit is contained in:
lyp 2025-06-05 15:17:56 +08:00
parent f20b866286
commit 0eb387779d
2 changed files with 21 additions and 21 deletions

View File

@ -71,7 +71,7 @@ export default function OrderDetailModal(props: any) {
idcardType: '',//证件类型 idcardType: '',//证件类型
idcard: '',//证件号码 idcard: '',//证件号码
}) })
const [waitCorrectionCount, setWaitCorrectionCount] = useState(0) //待补充资料 // const [waitCorrectionCount, setWaitCorrectionCount] = useState(0) //待补充资料
// tab栏 标题数组 // tab栏 标题数组
const tapTitleArray = [ const tapTitleArray = [
{ {
@ -100,18 +100,18 @@ export default function OrderDetailModal(props: any) {
} }
: {} : {}
), ),
(waitCorrectionCount > 0? // (waitCorrectionCount > 0?
{
key: 'file',
title: '资料补充',
className: activeKey == 'file'? 'orderDetailTop-title tapActive borderRight' : 'orderDetailTop-title borderRight'
}:{}
)
// { // {
// key: 'file', // key: 'file',
// title: '资料补充', // title: '资料补充',
// className: activeKey == 'file' ? 'orderDetailTop-title tapActive borderRight' : 'orderDetailTop-title borderRight' // 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', // key: 'result',
// title: '过户结果', // title: '过户结果',
@ -137,7 +137,7 @@ export default function OrderDetailModal(props: any) {
setAuthorizeInfo({ setAuthorizeInfo({
...res.buyUserDTO ...res.buyUserDTO
}) })
setWaitCorrectionCount(res.waitCorrectionCount) // setWaitCorrectionCount(res.waitCorrectionCount)
} catch (error: any) { } catch (error: any) {

View File

@ -23,7 +23,7 @@ import MenuWithBottomButtom from '../../components/menu/MenuWithBottomButton.tsx
// import MenuTreeWithTopButton from "../../components/menu/MenuTreeWithTopButton.tsx"; // import MenuTreeWithTopButton from "../../components/menu/MenuTreeWithTopButton.tsx";
// import ListProj from "../../components/list/ListProj.tsx"; // import ListProj from "../../components/list/ListProj.tsx";
// import ListProjAgent from "../../components/list/ListProjAgent.tsx"; // import ListProjAgent from "../../components/list/ListProjAgent.tsx";
import { getMenuActive } from '../../util/cache.ts' // import { getMenuActive } from '../../util/cache.ts'
import { import {
@ -87,10 +87,10 @@ interface DataType {
} }
import app from '../../static/left/app.png' // import app from '../../static/left/app.png'
import appnew from '../../static/left/appnew.png' // import appnew from '../../static/left/appnew.png'
import tra from '../../static/left/tra.png' // import tra from '../../static/left/tra.png'
import tranew from '../../static/left/tranew.png' // import tranew from '../../static/left/tranew.png'
// import topblack from '../../static/appimgs/topblack.png' // import topblack from '../../static/appimgs/topblack.png'
// import topblue from '../../static/appimgs/topblue.png' // import topblue from '../../static/appimgs/topblue.png'
@ -2070,7 +2070,7 @@ export default function Index() {
list={agentMenu.list} list={agentMenu.list}
handleListItem={agentMenu.handleListItem} handleListItem={agentMenu.handleListItem}
/> */} /> */}
{THEME == 'mzw' ? ( {/* {THEME == 'mzw' ? (
<> <>
<div style={{ <div style={{
background: getMenuActive() == 'APP' ? 'linear-gradient(90deg, #FF9F08 0%, #FF7331 100%)' : ' var(--color-menuback)', background: getMenuActive() == 'APP' ? 'linear-gradient(90deg, #FF9F08 0%, #FF7331 100%)' : ' var(--color-menuback)',
@ -2143,7 +2143,7 @@ export default function Index() {
</> </>
) : ( ) : (
<></> <></>
)} )} */}
{THEME == 'mzw' ? ( {THEME == 'mzw' ? (
<MenuWithBottomButtom <MenuWithBottomButtom
button={sellMenu.button} button={sellMenu.button}