Commit 25c28b46 authored by liwei's avatar liwei

增加了报错提示

parent 6d00a908
......@@ -74,7 +74,7 @@
certifyId: certifyId
}
// 携带CertifyId
fetch('http://192.168.1.8:8092/faceVerify/describeFaceVerify', {
fetch('http://192.168.1.18:8092/faceVerify/describeFaceVerify', {
method: 'POST',
headers: {
'Content-Type': 'application/json'
......@@ -104,6 +104,7 @@
}
} else {
//未进行认证
wx.miniProgram.postMessage({ data: data.message })
wx.miniProgram.navigateBack({
delta: 1
})
......
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