|
|
@ -492,7 +492,7 @@ class ShixunsController < ApplicationController
|
|
|
|
|
|
|
|
|
|
|
|
if current_myshixun
|
|
|
|
if current_myshixun
|
|
|
|
# 如果TPM和TPI的管卡数不相等或者关卡顺序错了,说明实训被极大的改动,需要重置
|
|
|
|
# 如果TPM和TPI的管卡数不相等或者关卡顺序错了,说明实训被极大的改动,需要重置
|
|
|
|
if current_myshixun.games.count != @shixun.challenges_count || current_myshixun.games.map(&:challenge_id).sort != Challenge.where(shixun_id: @shixun.id).pluck(:id).sort
|
|
|
|
if current_myshixun.games.count != @shixun.challenges_count
|
|
|
|
# 这里页面弹框要收到 当前用户myshixun的identifier.
|
|
|
|
# 这里页面弹框要收到 当前用户myshixun的identifier.
|
|
|
|
tip_show_exception("/myshixuns/#{current_myshixun.try(:identifier)}/reset_my_game")
|
|
|
|
tip_show_exception("/myshixuns/#{current_myshixun.try(:identifier)}/reset_my_game")
|
|
|
|
end
|
|
|
|
end
|
|
|
|