提交 2a422928 作者: 龚洪江

修复:服务单位优化,去掉获取报价

上级 71f14a6b
...@@ -208,14 +208,6 @@ export default function EquipmentLeasingDetail() { ...@@ -208,14 +208,6 @@ export default function EquipmentLeasingDetail() {
) : ( ) : (
<div className='function not'></div> <div className='function not'></div>
)} )}
{userInfo?.cooperationTagId ? (
<div className='menoy'>
<span className='menoy-left'>{`¥${detail?.price! | 0}`}</span>
<span className='menoy-right'>/天起</span>
</div>
) : (
<div className='menoy'>获取报价</div>
)}
<div className='classification'> <div className='classification'>
<div className='top'> <div className='top'>
......
...@@ -63,6 +63,9 @@ export const Box = styled.div` ...@@ -63,6 +63,9 @@ export const Box = styled.div`
font-family: MicrosoftYaHei; font-family: MicrosoftYaHei;
color: #828a92; color: #828a92;
line-height: 22px; line-height: 22px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
} }
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论