Merge branch 'feature/plan-auto-send-release'

hotfix/远程访问多媒体中心
lyt 6 years ago
commit 469f11c082

@ -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;

Loading…
Cancel
Save