diff --git a/Host/Views.Mobile/User/IndexInfo.cshtml b/Host/Views.Mobile/User/IndexInfo.cshtml index 1a11a3b..f713450 100644 --- a/Host/Views.Mobile/User/IndexInfo.cshtml +++ b/Host/Views.Mobile/User/IndexInfo.cshtml @@ -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);