修复上传身份证问题

This commit is contained in:
Dragon
2023-07-18 17:32:28 +08:00
parent 2f88fdc21d
commit bf6f941752
8 changed files with 14 additions and 12 deletions

View File

@@ -186,7 +186,7 @@ $('.but').click(function () {
$('.box1 div .card').val(),
$('.box1 div .phone').val(),
$('.box3 .idBox .z .documents').attr('src'),
$('.box3 .idBox .z .documents').attr('src')
$('.box3 .idBox .f .documents').attr('src')
);
}
})