diff --git a/Application/Sdk/View/default/Shortcut/yee_step1.html b/Application/Sdk/View/default/Shortcut/yee_step1.html index 598ed401..aca37230 100644 --- a/Application/Sdk/View/default/Shortcut/yee_step1.html +++ b/Application/Sdk/View/default/Shortcut/yee_step1.html @@ -31,7 +31,7 @@
¥{$pay_amount}
付款给万盟天下游戏平台
- +
@@ -90,7 +90,7 @@
¥{$pay_amount}
付款给万盟天下游戏平台
- +
@@ -139,6 +139,10 @@ $(this).children('.fa-angle-up').toggleClass('hidden'); $(".containner_order").toggle(); }); + + $("input").blur(function () { + $("html,body").animate({scrollTop: document.documentElement.clientHeight},500); + }); $('.step2').click(function(){ var card_no = $(".card_no").val(); diff --git a/Application/Sdk/View/default/Shortcut/yee_step2.html b/Application/Sdk/View/default/Shortcut/yee_step2.html index f49493d1..2719c5c1 100644 --- a/Application/Sdk/View/default/Shortcut/yee_step2.html +++ b/Application/Sdk/View/default/Shortcut/yee_step2.html @@ -928,6 +928,9 @@ $(function (){ // $('.payment_input_phone').children().text($("#phoneNo_heng").val()); }); + $("input").blur(function () { + $("html,body").animate({scrollTop: document.documentElement.clientHeight},500); + }); $(".bank_select_box").click(function(){ $(".bank_mode").show(); diff --git a/Application/Sdk/View/default/Spend/pay_way.html b/Application/Sdk/View/default/Spend/pay_way.html index 9ad3d7ee..a1237542 100644 --- a/Application/Sdk/View/default/Spend/pay_way.html +++ b/Application/Sdk/View/default/Spend/pay_way.html @@ -197,7 +197,7 @@ -
+