Commit 060e76ec by doszhang

dos

parent 7160c70b
......@@ -92,9 +92,9 @@ let posterCtx;
$('input[name=tel]').attr('type', 'tel');
$(document).ready(function () {
document.body.ontouchmove = function (e) {
e.preventDefault();
};
$('.page:not(.rule-page .rule-block)').on('touchmove', function () {
return false;
});
$("input").on("blur", function () {
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