修改
This commit is contained in:
parent
f20b866286
commit
0eb387779d
@ -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) {
|
||||
|
||||
|
@ -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' ? (
|
||||
<>
|
||||
<div style={{
|
||||
background: getMenuActive() == 'APP' ? 'linear-gradient(90deg, #FF9F08 0%, #FF7331 100%)' : ' var(--color-menuback)',
|
||||
@ -2143,7 +2143,7 @@ export default function Index() {
|
||||
</>
|
||||
) : (
|
||||
<></>
|
||||
)}
|
||||
)} */}
|
||||
{THEME == 'mzw' ? (
|
||||
<MenuWithBottomButtom
|
||||
button={sellMenu.button}
|
||||
|
Loading…
Reference in New Issue
Block a user