Commit 51c0b793 by doszhang

dos

parent e49613c5
...@@ -63,9 +63,16 @@ $(document).ready(function () { ...@@ -63,9 +63,16 @@ $(document).ready(function () {
}); });
//显示答题页面 //显示答题页面
$('.home-page .btn-next').on('click', showQuestion); $('.home-page .btn-next').on('click', showQuestion);
//答案选中
$('.answer').on('click', chooseAnswer);
}); });
function chooseAnswer(e) {
console.log(e);
}
function showQuestion() { function showQuestion() {
initQuestion(); initQuestion();
$('.home-page').hide(); $('.home-page').hide();
......
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