|
|
|
@ -796,7 +796,7 @@ class GamesService
|
|
|
|
|
if game_status == 2 # 通关
|
|
|
|
|
if shixun.status > 1
|
|
|
|
|
score = game.final_score # 查看答案的时候有对最终获得金币进行处理
|
|
|
|
|
experience = game.answer_open ? 0 : game_challenge.score.to_i
|
|
|
|
|
experience = game.answer_open > 0 ? 0 : game_challenge.score.to_i
|
|
|
|
|
else
|
|
|
|
|
score = 0
|
|
|
|
|
experience = 0
|
|
|
|
|