Commit 63c62f5b by doszhang

dos

parent c5c4a63c
...@@ -105,11 +105,11 @@ $(document).ready(function () { ...@@ -105,11 +105,11 @@ $(document).ready(function () {
Y = moveEndY - startY; Y = moveEndY - startY;
//左滑 //左滑
if (X > 0) { if (X > 0) {
console.log('左滑'); nextQuestion('indexbar');
} }
//右滑 //右滑
else if (X < 0) { else if (X < 0) {
nextQuestion('indexbar');
} }
}); });
}); });
......
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