From d2a10954d7eca2b8423020e9db3319aab24643de Mon Sep 17 00:00:00 2001 From: chenzhi <“chenzhi063@qq.com> Date: Thu, 14 Nov 2019 15:46:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=BC=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/View/default/WapPay/wap_shortcut_pay.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Application/Sdk/View/default/WapPay/wap_shortcut_pay.html b/Application/Sdk/View/default/WapPay/wap_shortcut_pay.html index 54395fa8..30938482 100644 --- a/Application/Sdk/View/default/WapPay/wap_shortcut_pay.html +++ b/Application/Sdk/View/default/WapPay/wap_shortcut_pay.html @@ -603,11 +603,13 @@ //信息提示 Tip._hideShow(); $("#tipmsg").html(str); + window.scrollTo(0, document.documentElement.clientHeight); $("#msgdialog").show(); Tip.showDom = $("#msgdialog"); }, loadShow:function(){ Tip._hideShow(); + window.scrollTo(0, document.documentElement.clientHeight); $("#Dialog").show(); Tip.showDom = $("#Dialog"); },