提交 63044a7e 作者: 龚洪江

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

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