Commit 5bbe2a22 authored by 前端-黄佳鑫's avatar 前端-黄佳鑫

🐞 fix(): 修改中标返回null 保错的问题

parent ca93c07d
......@@ -182,7 +182,7 @@ const QuoteDetails = () => {
<PeripheralLayout
no={dataSource.quotedPriceNo}
detail={dataSource.quotedDetails}
tabLink={(pathPci === 'offter' && dataSource.externalState === 99) ? TABLINK2[dataSource.isPrize] : TABLINK1}
tabLink={(pathPci === 'offter' && dataSource.externalState === 99) ? TABLINK2[dataSource.isPrize ? 1 : 0] : TABLINK1}
effect={
<>
{path === 'detail'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment