提交 63044a7e 作者: 龚洪江

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

上级 6e35c7a6
......@@ -101,7 +101,7 @@ export default function Bids(props: Props) {
{bigNumberTransform(item.tenderPrice * 10000, true)}
</div>
<div className={styles.text2} onClick={() => props.showWxCodeModalEvent()}>
商务合作
申请合作
</div>
</Button>
</div>
......
......@@ -81,7 +81,7 @@ export default function Cases(props: Props) {
className={styles.btn}
onClick={() => props.showWxCodeModalEvent()}
>
联系品牌厂家
品牌合作
</Button>
</div>
);
......
......@@ -112,7 +112,7 @@ export default function News(props: Props) {
e.stopPropagation();
}}
>
获取产品资料
商务合作
</Button>
</div>
);
......
......@@ -69,7 +69,7 @@ export default function CaseArticle() {
<Col flex='auto'>
<div className={styles.font1}>{data?.newsTitle}</div>
<div className={styles.font2} style={{ marginTop: 18, marginBottom: 41 }}>
{data?.createTime && Moment(data?.createTime).format('YYYY-MM-DD')} ·作者:
{data?.createTime && Moment(data?.createTime).format('YYYY-MM-DD')}
{data?.newsAuthor ? ` ·作者:${data?.newsAuthor}` : ''}
</div>
<div
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论