Commit 362577dd by wufan

fix:隐藏pc考试入口

parent 490b0483
......@@ -120,12 +120,12 @@ class ExamShareModal extends React.Component {
<div className="share-poster right__item">
<div className="title"> 海报分享</div>
<div className="title"> 海报分享</div>
<div className="sub-title">用户可通过微信扫描海报二维码,查看考试</div>
<div className="content" onClick={this.handleDownloadPoster}>下载海报</div>
</div>
<div className="share-url right__item" style={{ marginTop: 40 }}>
{/* <div className="share-url right__item" style={{ marginTop: 40 }}>
<div className="title">② 链接分享</div>
<div className="sub-title">用户可通过微信或浏览器打开以下链接,查看考试(建议使用谷歌浏览器)</div>
<div className="content">
......@@ -135,7 +135,7 @@ class ExamShareModal extends React.Component {
onClick={this.handleCopy}
>复制</Button>
</div>
</div>
</div> */}
</div>
</Modal>
)
......
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