From 105843f939ca0e07a752ec71e5d015e73ffd87da Mon Sep 17 00:00:00 2001 From: zhangqiang <657634622@qq.com> Date: Thu, 5 Nov 2020 17:23:29 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=B7=85=E5=B3=B0=E8=B5=9B=E3=80=91?= =?UTF-8?q?=20=E6=8E=92=E9=94=99=20=20=20=E4=B8=B4=E6=97=B6=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=20=20~~~~~~~~~~~~~?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/ArenaTopMatch/ArenaTopMatchManager.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/ArenaTopMatch/ArenaTopMatchManager.lua b/Assets/ManagedResources/~Lua/Modules/ArenaTopMatch/ArenaTopMatchManager.lua index 9a5c5f108a..fdad71a224 100644 --- a/Assets/ManagedResources/~Lua/Modules/ArenaTopMatch/ArenaTopMatchManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/ArenaTopMatch/ArenaTopMatchManager.lua @@ -212,13 +212,13 @@ end -- 获取巅峰战基础信息 function this.GetBaseData() - this.ChangeData(this.CurTabIndex) + -- this.ChangeData(this.CurTabIndex) return this.baseInfo end -- 获取对战信息 function this.GetBattleInfo() - this.ChangeData(this.CurTabIndex) + -- this.ChangeData(this.CurTabIndex) return this.myBattleInfo end @@ -363,7 +363,7 @@ end --- 获取竞猜战斗信息 function this.GetBetBattleInfo() - this.ChangeData(this.CurTabIndex) + -- this.ChangeData(this.CurTabIndex) return this.betBattleInfo end --- 获取赔率信息