Commit ee21c172 by 冷斌

fix bug

parent fb3ee325
...@@ -332,7 +332,7 @@ ...@@ -332,7 +332,7 @@
iscollect(isCollect); iscollect(isCollect);
$('.next_question').on('click', function () { $('.next_question').on('click', function () {
alert(1); alert(1);
return false; window.location.href = 'http://www.baidu.com';
}); });
......
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