This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hly
/
clockIn-wechat-uniapp-241018
generated from
hly/uniapp-shop-templates
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
对接接口
master
前端-胡立永
3 months ago
parent
3628dc9ce1
commit
a9f620e96d
1 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-2
pages/subPack/human/human.vue
+ 3
- 2
pages/subPack/human/human.vue
View File
@ -334,7 +334,7 @@
/
/
人
脸
核
验
clockVerifyFace
(
)
{
this
.
$api
(
'clockVerifyFace'
,
this
.
$api
(
'clockVerifyFace'
,
this
.
form
,
res
=>
{
if
(
res
.
code
==
200
)
{
uni
.
showToast
(
{
@ -343,7 +343,8 @@
}
)
this
.
isVerifyFace
=
true
}
else
{
uni
.
navigateBack
(
-
1
)
this
.
tempImg
=
''
this
.
form
.
pic
=
''
}
}
)
}
,
Write
Preview
Loading…
Cancel
Save