mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 07:12:53 +08:00
调试参数
This commit is contained in:
@@ -304,7 +304,7 @@ export default {
|
||||
isShow: true,
|
||||
// 调微信人脸的token
|
||||
tokenInweixin: '',
|
||||
// 投保人被保险人是否同一个人
|
||||
// 投保人被保险人是否同一个人,1代表是同一个人
|
||||
relationToAppnt: '',
|
||||
// 微信分享校验值
|
||||
signInvalid: '',
|
||||
@@ -569,6 +569,8 @@ export default {
|
||||
start_ocr(val) {
|
||||
// val 0投保人 1被保险人 2本人
|
||||
/////
|
||||
console.log(this.isWeixin,'this.isWeixin')
|
||||
console.log(val,'val')
|
||||
let that = this
|
||||
if (this.isWeixin) {
|
||||
window.localStorage.setItem('sign-val', val)
|
||||
@@ -621,6 +623,9 @@ export default {
|
||||
} else {
|
||||
if (this.faceAuthCount.appnt < this.smsAuthNum) {
|
||||
// 原人脸识别
|
||||
console.log(this.faceAuthCount, 'faceAuthCount')
|
||||
console.log(this.smsAuthNum, 'smsAuthNum')
|
||||
console.log('this.faceAuthCount.appnt < this.smsAuthNum', this.faceAuthCount.appnt < this.smsAuthNum)
|
||||
EWebBridge.webCallAppInJs('face_auth', {
|
||||
businessSource: '1', //业务来源:1-电投,2-入司,3-理赔,4-保全
|
||||
number: that.saleInsuredInfo.idNo, //身份证号码
|
||||
@@ -729,6 +734,7 @@ export default {
|
||||
let that = this
|
||||
let path = ''
|
||||
if (that.insuredSign[0].documentStatus == 0) {
|
||||
debugger
|
||||
path = 'insuranceInformation'
|
||||
} else {
|
||||
path = 'SignatureOfElectronic'
|
||||
|
||||
Reference in New Issue
Block a user