Commit c994b8d7 by doszhang

dos

parent b87e95e9
...@@ -150,6 +150,9 @@ $(document).ready(function () { ...@@ -150,6 +150,9 @@ $(document).ready(function () {
$(".question-page").on("touchstart", function (e) { $(".question-page").on("touchstart", function (e) {
if ($(e.target).attr('class').indexOf('index-scroll') == -1) {
$(e.target).click();
}
// 判断默认行为是否可以被禁用 // 判断默认行为是否可以被禁用
if (e.cancelable) { if (e.cancelable) {
// 判断默认行为是否已经被禁用 // 判断默认行为是否已经被禁用
......
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