Commit 8c2e7cdf authored by 卢均锐's avatar 卢均锐

chore: 在线竞价 修改isPrize,onlineId取值方式

parent b34983ce
......@@ -48,8 +48,7 @@ const SearchDetail = () => {
const {
query: {
id,
number,
isPrize
number
},
} = history.location;
// 竞价过程
......@@ -208,7 +207,7 @@ const SearchDetail = () => {
handleSignUpEffect(data);
handleConditionEffect(data);
handleResultEffect(data);
if (data.externalState === 99 && isPrize != 1 && isPrize) {
if (data.externalState === 99 && data.isPrize != 1 && data.isPrize) {
seTthankVisAble(true)
}
})
......
......@@ -32,7 +32,7 @@ const Search = () => {
render: (text: any, record: any) => (
<Space direction='vertical'>
<EyePreview
url={`/memberCenter/procurementAbility/onlineBid/search/detail?id=${record.id}&number=${record.biddingNo}&isPrize=${record.isPrize}`}>{text}</EyePreview>
url={`/memberCenter/procurementAbility/onlineBid/search/detail?id=${record.id}&number=${record.biddingNo}`}>{text}</EyePreview>
<Text type="secondary">{record.details}</Text>
</Space>
)
......
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