Commit 213394f3 by doszhang

dos

parent a826a49b
...@@ -92,11 +92,8 @@ let posterCtx; ...@@ -92,11 +92,8 @@ let posterCtx;
$('input[name=tel]').attr('type', 'tel'); $('input[name=tel]').attr('type', 'tel');
$(document).ready(function () { $(document).ready(function () {
// $('.page').on('touchmove', function () { $('.page:not(.rule-page)').on('touchmove', function () {
// return false; return false;
// });
document.addEventListener('touchmove', function (e) {
e.preventDefault();
}); });
$("input").on("blur", function () { $("input").on("blur", function () {
window.scroll(0, 0); //失焦后强制让页面归位 window.scroll(0, 0); //失焦后强制让页面归位
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment