Commit fb3ee325 by 冷斌

fix bug

parent ac817bc3
......@@ -330,6 +330,12 @@
$(function () {
iscollect(isCollect);
$('.next_question').on('click', function () {
alert(1);
return false;
});
});
</script>
......
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