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