This commit is contained in:
huang 2017-03-26 13:28:23 +08:00
parent 3bee690554
commit e90a5d0a1a
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class GamesController < ApplicationController
end
@latest_output = @game.latest_output.try(:out_put)
outputs = @game.outputs
@had_done = 1 if (@mysh ixun.games.count == @game.stage && @game.status ==2)
@had_done = 1 if (@myshixun.games.count == @game.stage && @game.status ==2)
if outputs.count == 0
@results = []
else