Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bh_face_counter
Overview
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
黄天晨
bh_face_counter
Commits
b308e370
Commit
b308e370
authored
Oct 29, 2022
by
黄日华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
待机页面添加输入条码按钮
parent
fc72d23f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
14 deletions
+37
-14
VerticalPage.js
src/pages/VerticalPage.js
+37
-14
No files found.
src/pages/VerticalPage.js
View file @
b308e370
...
@@ -682,16 +682,39 @@ class VerticalPage extends Component {
...
@@ -682,16 +682,39 @@ class VerticalPage extends Component {
<
Image
style
=
{
styles
.
Imageee
}
source
=
{
guide
}
/
>
<
Image
style
=
{
styles
.
Imageee
}
source
=
{
guide
}
/
>
<
/View
>
<
/View
>
<
View
style
=
{
styles
.
guardModal_button
}
>
<
View
style
=
{
styles
.
guardModal_button
}
>
<
Touch
onPress
=
{()
=>
this
.
onCall
()}
>
<
View
<
View
style
=
{
styles
.
guardModal_button_call
}
>
style
=
{{
<
Text
style
=
{
styles
.
callText
}
>
呼叫客服
<
/Text
>
display
:
'flex'
,
<
/View
>
flexDirection
:
'row'
,
<
/Touch
>
justifyContent
:
'center'
,
<
Touch
onPress
=
{()
=>
this
.
shownoBuyModal
()}
>
alignItems
:
'center'
,
<
View
style
=
{
styles
.
guardModal_button_nobuy
}
>
}}
>
<
Text
style
=
{
styles
.
callText
}
>
无购物出店
<
/Text
>
<
Touch
onPress
=
{()
=>
this
.
onCall
()}
>
<
/View
>
<
View
style
=
{
styles
.
guardModal_button_call
}
>
<
/Touch
>
<
Text
style
=
{
styles
.
callText
}
>
呼叫客服
<
/Text
>
<
/View
>
<
/Touch
>
<
Touch
onPress
=
{()
=>
this
.
shownoBuyModal
()}
>
<
View
style
=
{
styles
.
guardModal_button_nobuy
}
>
<
Text
style
=
{
styles
.
callText
}
>
无购物出店
<
/Text
>
<
/View
>
<
/Touch
>
<
/View
>
<
View
style
=
{{
marginTop
:
'5%'
,
display
:
'flex'
,
flexDirection
:
'row'
,
justifyContent
:
'flex-end'
,
alignItems
:
'center'
,
}}
>
<
View
style
=
{[
styles
.
guardModal_button_call
,
{
opacity
:
0
}]}
/
>
<
Touch
onPress
=
{()
=>
this
.
props
.
handleBarcode
()}
>
<
View
style
=
{
styles
.
guardModal_button_nobuy
}
>
<
Text
style
=
{
styles
.
callText
}
>
输入条码
<
/Text
>
<
/View
>
<
/Touch
>
<
/View
>
<
/View
>
<
/View
>
<
/View
>
<
/View
>
)
:
null
}
)
:
null
}
...
@@ -1746,20 +1769,20 @@ const styles = {
...
@@ -1746,20 +1769,20 @@ const styles = {
backgroundColor
:
'#0C0C0C'
,
backgroundColor
:
'#0C0C0C'
,
},
},
guardModal_image
:
{
guardModal_image
:
{
height
:
'
70
%'
,
height
:
'
65
%'
,
width
:
'100%'
,
width
:
'100%'
,
display
:
'flex'
,
display
:
'flex'
,
justifyContent
:
'center'
,
justifyContent
:
'center'
,
alignItems
:
'center'
,
alignItems
:
'center'
,
},
},
Imageee
:
{
Imageee
:
{
minHeight
:
'6
5
%'
,
minHeight
:
'6
0
%'
,
},
},
guardModal_button
:
{
guardModal_button
:
{
height
:
'3
0
%'
,
height
:
'3
5
%'
,
width
:
'100%'
,
width
:
'100%'
,
display
:
'flex'
,
display
:
'flex'
,
flexDirection
:
'
row
'
,
flexDirection
:
'
column
'
,
justifyContent
:
'center'
,
justifyContent
:
'center'
,
alignItems
:
'center'
,
alignItems
:
'center'
,
},
},
...
...
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