mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 00:26:44 +08:00
feature/GFRS-2215【待完成】重新投保--再重新投保处添加人脸识别--提交人庞兴月
This commit is contained in:
@@ -748,8 +748,7 @@ export default {
|
|||||||
}
|
}
|
||||||
if (this.faceAuthCount.appnt < this.smsAuthNum) {
|
if (this.faceAuthCount.appnt < this.smsAuthNum) {
|
||||||
// eslint-disable-next-line no-undef
|
// eslint-disable-next-line no-undef
|
||||||
that.saleInsuredInfo.idNo = '120222199012046418';
|
/**
|
||||||
that.saleInsuredInfo.name = '庞兴月';
|
|
||||||
const authRes = await EWebBridge.webCallAppInJs('face_auth', {
|
const authRes = await EWebBridge.webCallAppInJs('face_auth', {
|
||||||
businessSource: '1', //业务来源:1-电投,2-入司,3-理赔,4-保全
|
businessSource: '1', //业务来源:1-电投,2-入司,3-理赔,4-保全
|
||||||
number: that.saleInsuredInfo.idNo, //身份证号码
|
number: that.saleInsuredInfo.idNo, //身份证号码
|
||||||
@@ -767,6 +766,13 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
**/
|
||||||
|
// todo 测试去掉人脸识别 start=====================
|
||||||
|
// 保存rid 数据
|
||||||
|
that.saveCustomerRidInfo('appnt_rid', 'B')
|
||||||
|
that.goUrl()
|
||||||
|
// todo 测试去掉人脸识别 end=====================
|
||||||
|
|
||||||
// const authRes = await this.fakeFaceAuth(true)
|
// const authRes = await this.fakeFaceAuth(true)
|
||||||
if (JSON.parse(authRes).state == '1') {
|
if (JSON.parse(authRes).state == '1') {
|
||||||
this.goUrl()
|
this.goUrl()
|
||||||
|
|||||||
@@ -71,7 +71,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { Search, Sticky, PullRefresh, list, Tag, Popup, Radio, RadioGroup } from 'vant'
|
import { Search, Sticky, PullRefresh, list, Tag, Popup, Radio, RadioGroup, Toast } from 'vant'
|
||||||
import { getPolicyListAgent } from '@/api/ebiz/insureAgain/insureAgain'
|
import { getPolicyListAgent } from '@/api/ebiz/insureAgain/insureAgain'
|
||||||
import { formatRiskList } from '@/assets/js/utils/formatRiskList.js'
|
import { formatRiskList } from '@/assets/js/utils/formatRiskList.js'
|
||||||
import dataDictionary from '@/assets/js/utils/data-dictionary' //根据数据字典找到用户等级
|
import dataDictionary from '@/assets/js/utils/data-dictionary' //根据数据字典找到用户等级
|
||||||
@@ -188,7 +188,21 @@ export default {
|
|||||||
intercept: '1' //是否拦截原生返回事件 1是 其他否
|
intercept: '1' //是否拦截原生返回事件 1是 其他否
|
||||||
})
|
})
|
||||||
}, 100)
|
}, 100)
|
||||||
|
// 人脸识别
|
||||||
|
// window.EWebBridge.webCallAppInJs('face_auth', {
|
||||||
|
// businessSource: '1', //业务来源:1-电投,2-入司,3-理赔,4-保全
|
||||||
|
// number: that.saleInsuredInfo.idNo, //身份证号码
|
||||||
|
// name: order.appntName //姓名
|
||||||
|
// }).then(data => {
|
||||||
|
// if (JSON.parse(data).state == '1') {
|
||||||
|
// this.isAgreementShow = true
|
||||||
|
// } else {
|
||||||
|
// return this.$toast('人脸识别,验证失败!')
|
||||||
|
// }
|
||||||
|
// })
|
||||||
|
|
||||||
this.isAgreementShow = true
|
this.isAgreementShow = true
|
||||||
|
|
||||||
},
|
},
|
||||||
uncommitInsureDetail(order) {
|
uncommitInsureDetail(order) {
|
||||||
CacheUtils.setLocItem('policyNo', order.policyNo)
|
CacheUtils.setLocItem('policyNo', order.policyNo)
|
||||||
|
|||||||
Reference in New Issue
Block a user