提交空签问题

This commit is contained in:
皮伟
2019-11-07 16:38:53 +08:00
parent f4f58cff7c
commit 29a3d8e8ba

View File

@@ -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()
}
}
}
},