Merge branch 'dev_claim' into dev

This commit is contained in:
wangmingzhe
2019-12-11 15:41:44 +08:00
3 changed files with 4 additions and 3 deletions

View File

@@ -296,7 +296,7 @@ export default {
url = '/claims/SignatureConfirmation?edit=1'
break
case '25':
url = '/claims/SignatureConfirmation?edit=1'
url = '/claims/Success?edit=1'
break
}
that.$jump({
@@ -304,7 +304,6 @@ export default {
extra: {
url: location.origin + `/#${url}`,
forbidSwipeBack: '1',
backToFirst:'1'
},
routerInfo: { path: url }
})

View File

@@ -56,7 +56,7 @@
clearable
>
<van-button
v-if="userInfo.certiType == 0"
v-if="userInfo.certiType == 1"
slot="button"
size="small"
type="danger"

View File

@@ -255,6 +255,7 @@ export default {
} else {
//年龄小于18周岁时跳过人脸识别
this.age = utilsAge.getAge(this.list.applyerCertiCode, new Date())
console.log(this.age)
if (this.age < 18) {
this.$jump({
flag: 'h5',
@@ -267,6 +268,7 @@ export default {
})
} else {
this.typeface = !this.typeface
console.log("触发" + this.typeface)
this.idcardName = this.list.applyerName
this.idcardNumber = this.list.applyerCertiCode
}