放开手机扫码下载app
This commit is contained in:
parent
091dfe4c00
commit
e390373088
@ -72,17 +72,17 @@ class GuideCanvas extends Component {
|
|||||||
return (
|
return (
|
||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
<div style={{ display: 'flex', flexDirection: 'row', margin: '20px' }}>
|
<div style={{ display: 'flex', flexDirection: 'row', margin: '20px' }}>
|
||||||
{/* <div
|
<div
|
||||||
style={{
|
style={{
|
||||||
display: "none",
|
display: 'none',
|
||||||
flexDirection: "column",
|
flexDirection: 'column',
|
||||||
alignItems: "center",
|
alignItems: 'center',
|
||||||
marginRight: "30px",
|
marginRight: '30px',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div id="canvas1" ></div>
|
<div id="canvas1"></div>
|
||||||
<b>APP下载</b>
|
<b>APP下载</b>
|
||||||
</div> */}
|
</div>
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user