实名认证二维码调整
This commit is contained in:
@@ -518,8 +518,8 @@ var t1 = null;
|
||||
$('#verify-info').show();
|
||||
new QRCode(document.getElementById("qrcode"), {
|
||||
text: res.url,
|
||||
width : 550,
|
||||
height : 550
|
||||
width : 500,
|
||||
height : 500
|
||||
});
|
||||
t1 = window.setInterval(get_verify_res,1500);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user