去掉无用的注释

This commit is contained in:
何童崇 2022-03-31 11:01:21 +08:00
parent 1f1c29720a
commit d1676b811d
1 changed files with 0 additions and 7 deletions

View File

@ -13,13 +13,6 @@ function Contact({ aboutUs }) {
<div className="contact qz_main">
<div className="contact-words">
<RenderHtml value={aboutUs} className="contact-content" />
{/* <p>JWJWJW</p>
<p>协办方军事科学院航天科技集团</p> */}
{/* <div className="contact-content">
<p>地址北京市海淀区西三环北路72号</p>
<p>Emailosredm@163.com</p>
<p>电话+86-010-66357650</p>
</div> */}
</div>
<div className="contact-png">
<img src={contactPng} ></img>