Commit a9266481 by doszhang

dos

parent 7e98991c
......@@ -97,6 +97,12 @@ const guardian = [
]
$(document).ready(function () {
$('.rule-page').on('touchmove', function () {
return false;
});
$('.intro-page').on('touchmove', function (e) {
e.stopPropagation()
});
// var vConsole = new VConsole();
// console.log('ok')
// audioAutoPlay('music')
......
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