Compare commits

...

2 Commits

Author SHA1 Message Date
皮伟
28375b337d 提交人脸问题更改 2019-11-09 13:58:45 +08:00
皮伟
c9c885d859 提交更新 2019-11-08 21:42:41 +08:00
2 changed files with 6 additions and 6 deletions

View File

@@ -223,7 +223,7 @@
clearable
maxlength="30"
/>
<van-field
<!-- <van-field
:value="userInfo.salarySource | idToText('salarySource')"
readonly
label="收入来源"
@@ -241,7 +241,7 @@
placeholder="请输入其它收入来源"
clearable
maxlength="30"
/>
/> -->
<van-field
v-model="userInfo.averageAnnualIncome"
label="平均年收入(万元)"

View File

@@ -344,8 +344,8 @@ export default {
that.insuredUrl()
} else {
this.idcardData.typeface = !this.idcardData.typeface
this.idcardData.idcardName = JSON.parse(this.$route.query.saleInsuredInfo).name
this.idcardData.idcardNumber = JSON.parse(this.$route.query.saleInsuredInfo).idNo
this.idcardData.idcardName = JSON.parse(this.$route.query.saleInsuredPersonInfo).name
this.idcardData.idcardNumber = JSON.parse(this.$route.query.saleInsuredPersonInfo).idNo
}
}
} else {
@@ -375,8 +375,8 @@ export default {
} else {
// 调原生人脸识别
EWebBridge.webCallAppInJs('face_auth', {
number: that.saleInsuredInfo.idNo, //身份证号码
name: that.saleInsuredInfo.name //姓名
number: that.saleInsuredPersonInfo.idNo, //身份证号码
name: that.saleInsuredPersonInfo.name //姓名
}).then(data => {
if (JSON.parse(data).state == '1') {
that.insuredUrl()