Revert "更新文件"

This reverts commit 886fe18434.
dev_xd
haha 2025-01-25 23:26:46 +08:00
parent 886fe18434
commit 716b388d46
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ function doImageUpload(type) {
if(sex){ if(sex){
form.value.sex=form.value.sex||(sex=='男'?0:1); form.value.sex=form.value.sex||(sex=='男'?0:1);
} }
let birthDay=d.data.birthDay; let birthDay=d.data.birthday;
if(birthDay && birthDay.length==8){ if(birthDay && birthDay.length==8){
birthDay=birthDay.substr(0,4)+"-"+birthDay.substr(4,2)+"-"+birthDay.substr(6); birthDay=birthDay.substr(0,4)+"-"+birthDay.substr(4,2)+"-"+birthDay.substr(6);
form.value.birthDay=form.value.birthDay||birthDay; form.value.birthDay=form.value.birthDay||birthDay;