PCqiandao
杨树林 5 years ago
parent 0475a12370
commit 47ea9d4c31

@ -140,6 +140,13 @@ class Detailss extends Component {
<p className="h40s font-16" style={{
color: "#909399"
}}>签到码</p>
<div style={{
overflow: 'hidden',
height: "1px",
width: "1px"
}}>
<input id={"file_path" + 1} className="file_path_input" value={item&&item.code}/>
</div>
</div>
:
item && item.mode === "QRCODE" ?
@ -174,20 +181,6 @@ class Detailss extends Component {
</div>
</div>
{
defaultActiveKey === "1" ?
item && item.mode === "NUMBER" ?
<div style={{
overflow: 'hidden',
height: "1px",
width: "1px"
}}>
<input id={"file_path" + 1} className="file_path_input" value={item&&item.code}/>
</div>
:""
:
""
}
</div>
</React.Fragment>

Loading…
Cancel
Save