mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 02:33:02 +08:00
Merge branch 'dev_claim' into dev
This commit is contained in:
@@ -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 }
|
||||
})
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
clearable
|
||||
>
|
||||
<van-button
|
||||
v-if="userInfo.certiType == 0"
|
||||
v-if="userInfo.certiType == 1"
|
||||
slot="button"
|
||||
size="small"
|
||||
type="danger"
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user