From ba8dff7c8e7cb7554b71a1b0afbd9bd18c4bb60c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Sat, 16 Jan 2021 15:06:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E5=90=8D=E8=AE=A4=E8=AF=81=E4=BA=8C?= =?UTF-8?q?=E7=BB=B4=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Host/Views.Mobile/User/IndexInfo.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);