rep_content异常修改

dev_forum
daiao 5 years ago
parent 3bff674952
commit ce8f6273b7

@ -541,7 +541,7 @@ class GamesController < ApplicationController
end
end
# 有异常了,立即重试
tip_exception(-4, e.message)
tip_exception(e.message)
end
end

@ -7,7 +7,7 @@ json.group_list do
end
end
# 未分班展示情况放在最后
if @course_groups.count > 0 && @course_groups.count < @limit.to_i
if @course_groups.count != (@page -1)*@limit.to_i && @course_groups.count < @limit.to_i
ungroup_work_count = homework_ungroup_works_count(@homework, @ungroup_user_ids)
if ungroup_work_count > 0
json.ungroup_list do

Loading…
Cancel
Save