竞猜币

dev_chengFeng
zhangqiang 2020-07-11 18:40:16 +08:00
parent 4edc074ca3
commit 9dfb75b169
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ function this.RefreshGuessTipView()
local isBattleEnd = (upWinNum >= 2 or downWinNum >= 2)
LogRed("三局两胜是否结束 "..tostring(isBattleEnd))
--打开竞猜提示(处于秋后算账)
if IsBeted and isShow and isBattleEnd then
if IsBeted and isShow and (isBattleEnd and battleStage == TOP_MATCH_STAGE.ELIMINATION or battleStage == TOP_MATCH_STAGE.CHOOSE) then
local baseInfo = ArenaTopMatchManager.GetBaseData()
if baseInfo.battleState == TOP_MATCH_TIME_STATE.OPEN_IN_END then
LogGreen("开始弹竞猜结果")