Commit 66f77d28 by 冷斌

fix bug

parent 228b5371
...@@ -58,6 +58,10 @@ $(function() { ...@@ -58,6 +58,10 @@ $(function() {
var question_num = parseInt($(this).data("question_num")) + 1; var question_num = parseInt($(this).data("question_num")) + 1;
} }
if (limit > 0 && question_num > limit) {
$(this).text('去支付');
}
console.log(limit, question_num); console.log(limit, question_num);
......
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