Commit 5827952b by yemin

Android系统中界面录入设备不显示bug修复

parent a35f5e01
...@@ -145,8 +145,9 @@ class EquipmentTest extends Component { ...@@ -145,8 +145,9 @@ class EquipmentTest extends Component {
<i className='inputIcon'> <i className='inputIcon'>
<img src={eqIcon} alt='' /> <img src={eqIcon} alt='' />
</i> </i>
<span className='ellipsis inputText'> {/* <span className='ellipsis inputText'>
设备编号: 设备编号:
</span> */}
<input <input
className='br8 listInput' className='br8 listInput'
onChange={this.changeHandle} onChange={this.changeHandle}
...@@ -155,7 +156,6 @@ class EquipmentTest extends Component { ...@@ -155,7 +156,6 @@ class EquipmentTest extends Component {
maxLength='8' maxLength='8'
value={deviceCode} value={deviceCode}
/> />
</span>
</div> </div>
<Button type='primary' className='scan' onClick={this.scanEquipment}> <Button type='primary' className='scan' onClick={this.scanEquipment}>
<div className='scanicon'> <div className='scanicon'>
...@@ -171,7 +171,6 @@ class EquipmentTest extends Component { ...@@ -171,7 +171,6 @@ class EquipmentTest extends Component {
</i> </i>
<span>测试吹风</span> <span>测试吹风</span>
</div> </div>
</div>
<div className='linkItem' onClick={this.clickHandle}> <div className='linkItem' onClick={this.clickHandle}>
<i className='linkIcon'> <i className='linkIcon'>
<img src={rateIcon} alt='' /> <img src={rateIcon} alt='' />
...@@ -179,6 +178,7 @@ class EquipmentTest extends Component { ...@@ -179,6 +178,7 @@ class EquipmentTest extends Component {
<span>解绑键盘设备</span> <span>解绑键盘设备</span>
</div> </div>
</div> </div>
</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