Commit 50f8394f by doszhang

dos

parent c2f69960
......@@ -92,6 +92,9 @@ let posterCtx;
$('input[name=tel]').attr('type', 'tel');
$(document).ready(function () {
$('.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