mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-16 04:06:44 +08:00
提交空签问题
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
size="normal"
|
||||
style="width: 157px;"
|
||||
plain
|
||||
:disabled="appntSign.signStatus == '1'"
|
||||
:disabled="appntSignStatus == '3'"
|
||||
v-no-more-click="1000"
|
||||
@click="start_ocr(saleInsuredPersonInfo.relationToAppnt == '1' ? '2' : '0')"
|
||||
>开始</van-button
|
||||
@@ -279,6 +279,7 @@ export default {
|
||||
window.localStorage.setItem('orderNo', this.$route.query.orderNo)
|
||||
window.localStorage.setItem('relationToAppnt', this.$route.query.relationToAppnt)
|
||||
window.localStorage.setItem('productCode', this.$route.query.productCode)
|
||||
|
||||
if (this.$route.query.signInvalid) {
|
||||
sessionStorage.setItem('signInvalid', this.$route.query.signInvalid)
|
||||
}
|
||||
@@ -309,9 +310,9 @@ export default {
|
||||
imgUrl: 'http://47.96.143.111:8000/app/images/logo.png',
|
||||
desc: '国富为您量身定制的保险产品,请查收'
|
||||
})
|
||||
let params = {
|
||||
orderNo: ''
|
||||
}
|
||||
// let params = {
|
||||
// orderNo: ''
|
||||
// }
|
||||
} else {
|
||||
// 获取详情消息
|
||||
|
||||
@@ -714,20 +715,14 @@ export default {
|
||||
},
|
||||
// 微信人脸验证后 返回值 操作
|
||||
sendimage(e) {
|
||||
let that = this
|
||||
// let that = this
|
||||
if (e.result == '0') {
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
url: location.origin + '/#/sale/insuranceInformation'
|
||||
},
|
||||
routerInfo: {
|
||||
path: '/sale/insuranceInformation'
|
||||
}
|
||||
})
|
||||
} else {
|
||||
that.$toast(e.resultMessage)
|
||||
// EWebBridge.webCallAppInJs('webview_toast', '人脸检测失败')
|
||||
// 1 为被保人
|
||||
if (window.sessionStorage.shareCode == '1') {
|
||||
this.insuredUrl()
|
||||
} else {
|
||||
this.goUrl()
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user