更改首页榜单,修复大陆提现校验问题

This commit is contained in:
Dragon
2023-07-26 18:36:28 +08:00
parent effa4fc182
commit b23b00110b
8 changed files with 29 additions and 24 deletions

View File

@@ -178,7 +178,12 @@ $('.but').click(function () {
toastMsg('請上傳身份證');
return;
}
withdrawUserAccount($('.box1 div .name').val(), $('.box1 div .card').val(), $('.box2 div .bankCard').val(), $('.box2 div .phone').val(), $('.box2 div .alipay').val(), $('.box2 div .address').val(),
withdrawUserAccount($('.box1 div .name').val(),
$('.box1 div .card').val(),
$('.box2 div .bankCard').val(),
$('.box2 div .phone').val(),
$('.box2 div .alipay').val(),
$('.box2 div .address').val(),
$('.box3 .idBox .z .documents').attr('src'),
$('.box3 .idBox .f .documents').attr('src'));
}