Merge branch 'feature/GFRS-860【0514】更换人脸识别厂商-微信端' into hotfix/bug_【更换人脸识别厂商微信端】偶发性首次进入微信空签,签署文档参数缺失问题

This commit is contained in:
yuweiqi
2020-05-27 15:04:01 +08:00

View File

@@ -403,7 +403,8 @@ export default {
this.changeCard = localStorage.getItem('changeCard')
this.relationToAppnt = this.$route.query.relationToAppnt
this.isShow = false
this.getOrderDetail().then(() => {
await this.getOrderDetail()
console.log('初始化this.appntSign ==', this.appntSign)
if (
(this.appntSignStatus == '3' && sessionStorage.getItem('shareCode') == '0') ||
@@ -421,7 +422,7 @@ export default {
if (localStorage['faceAuthWeXin-requestId'] && localStorage['faceAuthWeXin-bizToken'] && this.$route.query.faceAuthCountWeixin != undefined) {
this.getRecognitionResult(JSON.parse(localStorage['faceAuthWeXin-requestId']), JSON.parse(localStorage['faceAuthWeXin-bizToken']))
}
})
if (sessionStorage.shareCode == '1') {
console.log('进来被保险人')
this.tipsName = JSON.parse(localStorage.saleInsuredPersonInfo).name