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