Commit 9854bb1c by 冷斌

fix bug

parent 17d1b485
...@@ -331,9 +331,10 @@ ...@@ -331,9 +331,10 @@
$(function () { $(function () {
iscollect(isCollect); iscollect(isCollect);
$('.next_question').on('click', function (event) { $('.next_question').on('click', function (event) {
alert(1);
console.log(event); console.log(event);
stopBubbling(event); stopBubbling(event);
alert(1);
}); });
......
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 to comment