Merge branch 'dev_claim' into dev

This commit is contained in:
wangmingzhe
2019-12-11 17:22:54 +08:00

View File

@@ -257,7 +257,7 @@ export default {
} else { } else {
//年龄小于18周岁时跳过人脸识别 //年龄小于18周岁时跳过人脸识别
this.age = utilsAge.getAge(this.list.applyerCertiCode, new Date()) this.age = utilsAge.getAge(this.list.applyerCertiCode, new Date())
console.log(this.age) localStorage.setItem("age",this.age)
if (this.age < 18) { if (this.age < 18) {
this.$jump({ this.$jump({
flag: 'h5', flag: 'h5',