Commit 89dafa66 by chenshu

fix:修复

parent c0b2faa8
......@@ -151,7 +151,7 @@ export default class QRCodeModal extends React.Component {
key="1"
onClick={() => this.setState({ showPreviewModal: true, imgUrl: imgUrl1 })}
>
<img src="https://image.xiaomaiketang.com/xm/Q42ZRrQDkJ.png" className="image" />
<img src="https://image.xiaomaiketang.com/xm/2YHQEYrWBD.png" className="image" />
<div className="title">签到二维码</div>
<div className="name" onClick={e => e.stopPropagation()}>{courseName}</div>
<div className="qrcodeWrap" id="qrcodeWrap1"></div>
......@@ -162,7 +162,7 @@ export default class QRCodeModal extends React.Component {
key="2"
onClick={() => this.setState({ showPreviewModal: true, imgUrl: imgUrl2 })}
>
<img src="https://image.xiaomaiketang.com/xm/Q42ZRrQDkJ.png" className="image" />
<img src="https://image.xiaomaiketang.com/xm/2YHQEYrWBD.png" className="image" />
<div className="title">签退二维码</div>
<div className="name" onClick={e => e.stopPropagation()}>{courseName}</div>
<div className="qrcodeWrap" id="qrcodeWrap2"></div>
......
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