diff --git a/app/views/trainings/pay.html.erb b/app/views/trainings/pay.html.erb index 9c4d2b59..df22b65c 100644 --- a/app/views/trainings/pay.html.erb +++ b/app/views/trainings/pay.html.erb @@ -178,6 +178,9 @@ $('form').submit(); }); + $(".billInput").on("blur",function(){ + document.body && (document.body.scrollTop = document.body.scrollTop); + }) //立即支付 $('#payBtn').on('click', function () {