【巅峰赛】 排错 临时修改 ~~~~~~~~~~~~~

zhangqiang 2020-11-05 17:23:29 +08:00
parent 4f0d2626b5
commit 105843f939
1 changed files with 3 additions and 3 deletions

View File

@ -212,13 +212,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
@ -363,7 +363,7 @@ end
--- 获取竞猜战斗信息 --- 获取竞猜战斗信息
function this.GetBetBattleInfo() function this.GetBetBattleInfo()
this.ChangeData(this.CurTabIndex) -- this.ChangeData(this.CurTabIndex)
return this.betBattleInfo return this.betBattleInfo
end end
--- 获取赔率信息 --- 获取赔率信息