Commit 4e456b26 by 冷斌

fix bug

parent 41dc0a2c
......@@ -60,9 +60,7 @@ $(function() {
if (limit > 0 && question_num >= limit) {
let page = $("#ex" + question_num + ' .next');
page.unbind('click', function () {
})
page.unbind('click');
page.attr({'style': 'background:rgba(245,166,35,1);'});
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