Commit 41dc0a2c by 冷斌

fix bug

parent 4e17f620
...@@ -59,8 +59,10 @@ $(function() { ...@@ -59,8 +59,10 @@ $(function() {
} }
if (limit > 0 && question_num >= limit) { if (limit > 0 && question_num >= limit) {
let page = $("#ex" + question_num + ' .next') let page = $("#ex" + question_num + ' .next');
page.removeClass('next_question'); page.unbind('click', function () {
})
page.attr({'style': 'background:rgba(245,166,35,1);'}); page.attr({'style': 'background:rgba(245,166,35,1);'});
page.text('去支付'); page.text('去支付');
} }
......
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