实名认证修改

This commit is contained in:
“wanyongkang”
2021-04-02 10:32:19 +08:00
parent 33acf01c18
commit 2eebc733e3
2 changed files with 11 additions and 13 deletions

View File

@@ -119,7 +119,7 @@
}
.real-name {
position: fixed;
width: 1000px;
width:999px;
height: auto;
left: 35%;
top: 20%;
@@ -264,13 +264,13 @@
<div class="form-group">
<label>真实姓名:</label>
<input type="text" id="real-name-name" class="form-control" placeholder="请输入真实姓名" >
</div><div class="form-group">
<label>手机号码:</label>
<input type="text" id="real-name-phone" class="form-control" placeholder="请输入手机号码" >
</div>
<div class="form-group">
<label>身份证号:</label>
<input type="text" id="real-name-code" class="form-control" placeholder="请输入身份证号码" >
</div><div class="form-group">
<label>手机号码:</label>
<input type="text" id="real-name-phone" class="form-control" placeholder="请输入手机号码" >
</div>
<p class="text-center">
@@ -279,7 +279,7 @@
</p>
</form>
<h3 id="verify-info" style="display:none;text-align: center;">请打开 支付宝 扫码进行认证</h3>
<div id="qrcode_s" style="text-align: center;padding-left: 200px;"></div>
<div id="qrcode_s" style="text-align: center;padding-left:323px;"></div>
<script>
function realname(){
@@ -341,8 +341,8 @@
$('#verify-info').show();
new QRCode(document.getElementById("qrcode_s"), {
text: res.url,
width : 550,
height : 550
width : 300,
height : 300
});
t1 = window.setInterval(get_verify_res,1500);
@@ -402,8 +402,6 @@
<button type="button" class="btn btn-danger quxiao" style="margin-left:20px;" onclick="$('.money-change').hide()">取消</button>
</p>
</form>
<h3 id="verify-info" style="display:none;text-align: center;">请打开 支付宝 扫码进行认证</h3>
<div id="qrcode_s" style="text-align: center;padding-left: 200px;"></div>
</div>
<div class="row">