参考答案前端显示问题

dev_shixuns
daiao 6 years ago
parent d26c4a62ba
commit fa1af83d6d

@ -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

Loading…
Cancel
Save