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
f1eafaf1
Commit
f1eafaf1
authored
Sep 13, 2020
by
zeven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
支付宝刷脸返回user_id
parent
c4885407
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
android
android
+1
-1
FacePage.js
src/pages/FacePage.js
+5
-1
No files found.
android
@
3ad1b94b
Subproject commit
427becfc173d5110f7704f82f366d544b77cf51a
Subproject commit
3ad1b94b466271324b748db991622a91a28536be
src/pages/FacePage.js
View file @
f1eafaf1
...
@@ -501,7 +501,11 @@ class FacePage extends Component {
...
@@ -501,7 +501,11 @@ class FacePage extends Component {
)
:
talkCall
===
0
?
(
)
:
talkCall
===
0
?
(
<
View
style
=
{
styles
.
onCall
}
>
<
View
style
=
{
styles
.
onCall
}
>
<
Image
<
Image
source
=
{
require
(
'../assets/call.gif'
)}
source
=
{
this
.
state
.
faceType
===
'wxpay'
?
require
(
'../assets/call.gif'
)
:
require
(
'../assets/call_blue.gif'
)
}
style
=
{
styles
.
callGif
}
style
=
{
styles
.
callGif
}
/
>
/
>
<
Text
style
=
{
styles
.
onCallText
}
>
正在接通中请稍候
...
<
/Text
>
<
Text
style
=
{
styles
.
onCallText
}
>
正在接通中请稍候
...
<
/Text
>
...
...
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