Commit 9e24e282 authored by 前端-黄佳鑫's avatar 前端-黄佳鑫

🐞fix: 修复确认报价详情显示错误

parent bf243c27
......@@ -190,7 +190,7 @@ const ContrastPrice = () => {
<ProgressLayout />
<BasicLayout effect={basicEffect} />
<ConditionLayout effect={conditionEffect} />
<ContrastLyout preview={link === 'preview' ? true : false} query={{ id, turn }} redux={handleContrastLyoutData} />
<ContrastLyout preview={link !== 'contrast' ? true : false} query={{ id, turn }} redux={handleContrastLyoutData} />
<RecordLyout />
</Fragment>
}
......
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