Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wx-app-hairDryer
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
姜雷
wx-app-hairDryer
Commits
5827952b
Commit
5827952b
authored
Jun 18, 2020
by
yemin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Android系统中界面录入设备不显示bug修复
parent
a35f5e01
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
EquipmentTest.js
src/containers/Equipment/EquipmentTest.js
+9
-9
No files found.
src/containers/Equipment/EquipmentTest.js
View file @
5827952b
...
...
@@ -145,9 +145,10 @@ class EquipmentTest extends Component {
<
i
className
=
'inputIcon'
>
<
img
src
=
{
eqIcon
}
alt
=
''
/>
<
/i
>
<
span
className
=
'ellipsis inputText'
>
{
/*
<span className='ellipsis inputText'>
设备编号:
<
input
</span> */
}
<
input
className
=
'br8 listInput'
onChange
=
{
this
.
changeHandle
}
type
=
'text'
...
...
@@ -155,7 +156,6 @@ class EquipmentTest extends Component {
maxLength
=
'8'
value
=
{
deviceCode
}
/
>
<
/span
>
<
/div
>
<
Button
type
=
'primary'
className
=
'scan'
onClick
=
{
this
.
scanEquipment
}
>
<
div
className
=
'scanicon'
>
...
...
@@ -171,12 +171,12 @@ class EquipmentTest extends Component {
<
/i
>
<
span
>
测试吹风
<
/span
>
<
/div
>
<
/div
>
<
div
className
=
'linkItem'
onClick
=
{
this
.
clickHandle
}
>
<
i
className
=
'linkIcon'
>
<
img
src
=
{
rateIcon
}
alt
=
''
/
>
<
/i
>
<
span
>
解绑键盘设备
<
/span
>
<
div
className
=
'linkItem'
onClick
=
{
this
.
clickHandle
}
>
<
i
className
=
'linkIcon'
>
<
img
src
=
{
rateIcon
}
alt
=
''
/
>
<
/i
>
<
span
>
解绑键盘设备
<
/span
>
<
/div
>
<
/div
>
<
/div
>
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment