Commit a826a49b by doszhang

dos

parent 50f8394f
......@@ -92,9 +92,9 @@ let posterCtx;
$('input[name=tel]').attr('type', 'tel');
$(document).ready(function () {
$('.page').on('touchmove', function () {
return false;
});
// $('.page').on('touchmove', function () {
// return false;
// });
document.addEventListener('touchmove', function (e) {
e.preventDefault();
});
......
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