Commit fb3ee325 by 冷斌

fix bug

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