parent
13bca53a69
commit
daa18f8996
|
|
@ -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
|
||||||
--- 获取赔率信息
|
--- 获取赔率信息
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue