Commit 2ef76356 by 冷斌

fix bug

parent 78458de9
......@@ -59,10 +59,10 @@ $(function() {
}
if (limit > 0 && question_num >= limit) {
$(this).text('去支付');
$("#ex" + question_num + ' .next_question').text('去支付');
}
console.log(limit, question_num, $(this), typeof limit, typeof question_num);
console.log(limit, question_num);
$(".answer-card").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 to comment