|
@@ -1634,7 +1634,6 @@ export default {
|
|
let month = myDate.getMonth() + 1;
|
|
let month = myDate.getMonth() + 1;
|
|
let day = myDate.getDate();
|
|
let day = myDate.getDate();
|
|
let age = 0;
|
|
let age = 0;
|
|
-
|
|
|
|
if (val === 18) {
|
|
if (val === 18) {
|
|
age = myDate.getFullYear() - iden.substring(6, 10) - 1;
|
|
age = myDate.getFullYear() - iden.substring(6, 10) - 1;
|
|
sex = iden.substring(16, 17);
|
|
sex = iden.substring(16, 17);
|