From b4834ba2cce5d2bb57c839b2f29b698918df0b86 Mon Sep 17 00:00:00 2001 From: gaoxin Date: Mon, 10 May 2021 10:57:06 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=9B=BE=E9=89=B4=E3=80=91=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E7=95=8C=E9=9D=A2=E5=AE=9A=E4=BD=8D=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E8=B5=B0=E8=A1=A8=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/HandBook/HandBookHeroInfoPanel.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Assets/ManagedResources/~Lua/Modules/HandBook/HandBookHeroInfoPanel.lua b/Assets/ManagedResources/~Lua/Modules/HandBook/HandBookHeroInfoPanel.lua index 6d10a1d6a7..ce5eebbe44 100644 --- a/Assets/ManagedResources/~Lua/Modules/HandBook/HandBookHeroInfoPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/HandBook/HandBookHeroInfoPanel.lua @@ -227,6 +227,10 @@ function this:UpdateHeroInfoData() self:UpdateBtnList() self:SetSelectBtn(_CurPageIndex) self:OnPageTabChange(_CurPageIndex) + + + --角色定位按钮 + this.posBtn.gameObject:SetActive(heroConFigData.ShowHeroLocation==1) end --加载页签内容