实名认证二维码调整

This commit is contained in:
“wanyongkang”
2021-01-16 15:06:05 +08:00
parent e7e3945a91
commit ba8dff7c8e

View File

@@ -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);