From 127a019a1b3a4c7a47c1976803a2475ef803b175 Mon Sep 17 00:00:00 2001 From: zhangqiang <657634622@qq.com> Date: Tue, 30 Mar 2021 18:13:05 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=BD=92=E5=85=83=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E3=80=91=E6=BC=8F=E6=8F=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/RoleInfo/RoleTalismanPanelV2.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/ManagedResources/~Lua/Modules/RoleInfo/RoleTalismanPanelV2.lua b/Assets/ManagedResources/~Lua/Modules/RoleInfo/RoleTalismanPanelV2.lua index 67b62f0bb9..19cdec3efa 100644 --- a/Assets/ManagedResources/~Lua/Modules/RoleInfo/RoleTalismanPanelV2.lua +++ b/Assets/ManagedResources/~Lua/Modules/RoleInfo/RoleTalismanPanelV2.lua @@ -28,6 +28,7 @@ function RoleTalismanPanelV2:InitComponent() this.advanceBtn=Util.GetGameObject(this.gameObject,"AdvanceBtn")--进阶按钮 this.advanceBtnRedPot=Util.GetGameObject(this.gameObject,"AdvanceBtn/redPoint") this.RecallBtn=Util.GetGameObject(this.gameObject,"RecallBtn")--归元按钮 + this.RecallBtn:GetComponent("Image").sprite = Util.LoadSprite("r_fabao_guiyuan_zh") this.leftBtn = Util.GetGameObject(this.gameObject, "LeftBtn") this.rightBtn = Util.GetGameObject(this.gameObject, "RightBtn") this.helpBtn= Util.GetGameObject(this.transform, "HelpBtn")