双乾支付css弹窗错误修正

master
zhengyongxing 5 years ago
parent 8aca95c03d
commit e51d658fbb

@ -142,10 +142,10 @@
$(".containner_order").toggle(); $(".containner_order").toggle();
}); });
$(".bank_short_heng input").focus(function () { $("input").focus(function () {
scrollTop = document.scrollingElement.scrollTop; scrollTop = document.scrollingElement.scrollTop;
}); });
$(".bank_short_heng input").blur(function () { $("input").blur(function () {
document.scrollingElement.scrollTo(0, this.scrollTop); document.scrollingElement.scrollTo(0, this.scrollTop);
}); });

@ -930,10 +930,10 @@ $(function (){
$('.payment_input_phone').children().text($("#phoneNo_heng").val()); $('.payment_input_phone').children().text($("#phoneNo_heng").val());
}); });
$(".bank_order_heng input").focus(function () { $("input").focus(function () {
scrollTop = document.scrollingElement.scrollTop; scrollTop = document.scrollingElement.scrollTop;
}); });
$(".bank_order_heng input").blur(function () { $("input").blur(function () {
document.scrollingElement.scrollTo(0, this.scrollTop); document.scrollingElement.scrollTo(0, this.scrollTop);
}); });

Loading…
Cancel
Save