|
|
@ -246,7 +246,7 @@ class Tulanduo
|
|
|
|
$this_otherinfo .= "; " . $vg->Gender;
|
|
|
|
$this_otherinfo .= "; " . $vg->Gender;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (strval($vg->BirthDay) !== '') {
|
|
|
|
if (strval($vg->BirthDay) !== '') {
|
|
|
|
$this_otherinfo .= "; 生日:". $vg->BirthDay;
|
|
|
|
$this_otherinfo .= "; 生日:". $vg->BirthDay . "; " . calc_age($vg->BirthDay) . "岁";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (strval($vg->PassportValidDate) !== '') {
|
|
|
|
if (strval($vg->PassportValidDate) !== '') {
|
|
|
|
$this_otherinfo .= "; 护照有效期:" . $vg->PassportValidDate;
|
|
|
|
$this_otherinfo .= "; 护照有效期:" . $vg->PassportValidDate;
|
|
|
|