From 1e4223928d688ccc1a3080bde1cd6f353424368d Mon Sep 17 00:00:00 2001 From: red-deng-deng <1924913374@qq.com> Date: Sat, 22 Jan 2022 11:57:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=99=9A=E6=8B=9F=E9=94=AE=E7=9B=98=E5=BC=B9?= =?UTF-8?q?=E8=B5=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exchange.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange.html b/exchange.html index eb2c71b..01d22df 100644 --- a/exchange.html +++ b/exchange.html @@ -311,7 +311,7 @@ this.reaccount = ""; }, focusFn(a) { - let ele = document.querySelector('#exchangePage'); + let ele = document.querySelector('.ipt-acc'); setTimeout(function () { ele.scrollIntoView(false); document.body.scrollTop = document.body.scrollHeight;