Commit 3492e662 authored by jiacheng.mao's avatar jiacheng.mao

调用签署的逻辑写在了活体检测之前,问题修复

parent 8b2eaf81
...@@ -493,7 +493,7 @@ export default { ...@@ -493,7 +493,7 @@ export default {
vm.hlsHttp.post(url, param).then(res => { vm.hlsHttp.post(url, param).then(res => {
hlsPopup.hideLoading() hlsPopup.hideLoading()
if (res.result === 'S') { if (res.result === 'S') {
vm.goElectronicSign() //vm.goElectronicSign()
let data = res.lists[0] let data = res.lists[0]
cordova.plugins.IdCardPlugin.faceContrast({'idNum': data.id_card_no, 'idName': data.bp_name}, function (suc) { cordova.plugins.IdCardPlugin.faceContrast({'idNum': data.id_card_no, 'idName': data.bp_name}, function (suc) {
let success = JSON.parse(suc) let success = JSON.parse(suc)
......
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