diff --git a/src/views/ebiz/sale/SignatureConfirmation.vue b/src/views/ebiz/sale/SignatureConfirmation.vue
index 11001f548..a1be86dc4 100644
--- a/src/views/ebiz/sale/SignatureConfirmation.vue
+++ b/src/views/ebiz/sale/SignatureConfirmation.vue
@@ -307,9 +307,14 @@ export default {
}
})
} else {
- EWebBridge.webCallAppInJs('face_auth', {
- number: that.saleInsuredInfo.idNo, //身份证号码
- name: that.saleInsuredInfo.name //姓名
+ // 跳过人脸识别
+ // EWebBridge.webCallAppInJs('face_auth', {
+ // number: that.saleInsuredInfo.idNo, //身份证号码
+ // name: that.saleInsuredInfo.name //姓名
+ // })
+ new Promise(resolve => {
+ console.log('--跳过人脸识别--返回识别成功')
+ resolve(JSON.stringify({ state: '1' }))
}).then(data => {
console.log(JSON.parse(data))
if (JSON.parse(data).state == '1') {
@@ -363,11 +368,16 @@ export default {
}
})
} else {
- EWebBridge.webCallAppInJs('face_auth', {
- //身份证号码
- number: that.saleInsuredPersonInfo.idNo,
- //姓名
- name: that.saleInsuredPersonInfo.name
+ // 跳过人脸识别
+ // EWebBridge.webCallAppInJs('face_auth', {
+ // //身份证号码
+ // number: that.saleInsuredPersonInfo.idNo,
+ // //姓名
+ // name: that.saleInsuredPersonInfo.name
+ // })
+ new Promise(resolve => {
+ console.log('--跳过人脸识别--返回识别成功')
+ resolve(JSON.stringify({ state: '1' }))
}).then(data => {
if (JSON.parse(data).state == '1') {
if (that.insuredSign.readStatus == '0') {
diff --git a/src/views/ebiz/sale/SignatureOfElectronic.vue b/src/views/ebiz/sale/SignatureOfElectronic.vue
index 61f6693dd..8cd78b981 100644
--- a/src/views/ebiz/sale/SignatureOfElectronic.vue
+++ b/src/views/ebiz/sale/SignatureOfElectronic.vue
@@ -11,21 +11,12 @@
投保人签字 :
- {{ isSign ? '签名' : '已签名' }}
+ {{ isSign ? '签名' : '已签名' }}
-
{{ `提示:阅读时长需在${this.Time ? this.time : this.number}秒以上` }}
+
{{ `提示:阅读时长需在${this.Time ? this.time : this.number}秒以上` }}
@@ -38,80 +29,37 @@
投保人签字 :
-
- {{
- appntSign.signStatus == '0' ? '签名' : '已签名'
- }}
+
+ {{ appntSign.signStatus == '0' ? '签名' : '已签名' }}
-
- {{
- appntSign.signStatus == '0' ? '未签名' : '已签名'
- }}
+
+ {{ appntSign.signStatus == '0' ? '未签名' : '已签名' }}
被保人/监护人签名:
-
- {{
- insuredSign.signStatus == '0' ? '未签名' : '已签名'
- }}
+
+ {{ insuredSign.signStatus == '0' ? '未签名' : '已签名' }}
-
- {{
- insuredSign.signStatus == '0' ? '签名' : '已签名'
- }}
+
+ {{ insuredSign.signStatus == '0' ? '签名' : '已签名' }}
- 提交
+ 提交
- 完成
+ 完成
@@ -215,7 +163,7 @@ export default {
if (res.orderDTO.signDTOS.length > 1) {
if (that.appntSign.signStatus == '1' && that.insuredSign.signStatus == '1') {
that.isDisabledComplite = false
- }
+ }
}
}
resolve('success')
@@ -437,7 +385,7 @@ export default {
if (this.detailJump != '1') {
if (this.relationToAppnt == '1') {
if (this.isWeixin) {
- this.toAirSign('1','申请日期','-170')
+ this.toAirSign('1', '申请日期', '-170')
} else {
EWebBridge.webCallAppInJs('ca_sign', {
//身份证号码
@@ -462,7 +410,7 @@ export default {
}
} else {
if (this.isWeixin) {
- this.toAirSign('1','法定监护人','-170')
+ this.toAirSign('1', '法定监护人', '-170')
} else {
EWebBridge.webCallAppInJs('ca_sign', {
//身份证号码
@@ -512,7 +460,7 @@ export default {
break
}
if (this.isWeixin) {
- this.toAirSign('1','签收日期','-150')
+ this.toAirSign('1', '签收日期', '-150')
} else {
EWebBridge.webCallAppInJs('ca_sign', {
//身份证号码
@@ -539,7 +487,7 @@ export default {
}
} else {
if (this.isWeixin) {
- this.toAirSign('2','法定监护人','0')
+ this.toAirSign('2', '法定监护人', '0')
} else {
EWebBridge.webCallAppInJs('ca_sign', {
//身份证号码
@@ -563,7 +511,7 @@ export default {
}
}
},
- toAirSign(status,keyword,offset) {
+ toAirSign(status, keyword, offset) {
localStorage.setItem(
'signInfo',
JSON.stringify({