【巅峰赛 bug】 三局两胜 第三场不刷新bug 3

dev_chengFeng
zhangqiang 2021-01-21 14:50:37 +08:00
parent 881cc1717b
commit fc95cfb52c
1 changed files with 3 additions and 3 deletions

View File

@ -219,13 +219,13 @@ end
-- 获取巅峰战基础信息 -- 获取巅峰战基础信息
function this.GetBaseData() function this.GetBaseData()
this.ChangeData(this.CurTabIndex) -- this.ChangeData(this.CurTabIndex)
return this.baseInfo return this.baseInfo
end end
-- 获取对战信息 -- 获取对战信息
function this.GetBattleInfo() function this.GetBattleInfo()
this.ChangeData(this.CurTabIndex) -- this.ChangeData(this.CurTabIndex)
return this.myBattleInfo return this.myBattleInfo
end end
@ -372,7 +372,7 @@ end
--- 获取竞猜战斗信息 --- 获取竞猜战斗信息
function this.GetBetBattleInfo() function this.GetBetBattleInfo()
this.ChangeData(this.CurTabIndex) -- this.ChangeData(this.CurTabIndex)
return this.betBattleInfo return this.betBattleInfo
end end
--- 获取赔率信息 --- 获取赔率信息