From 8dfb6ac056ed686f4bbeb0aa1f736e2b714a2233 Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Tue, 6 Jul 2021 11:41:01 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90ID1009622=E3=80=91=20=E3=80=90?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E3=80=91=E4=B8=BB=E9=A2=98=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E7=8F=8D=E5=A5=87=E5=AE=9D=E9=98=81=E3=80=81?= =?UTF-8?q?=E9=99=90=E6=97=B6=E5=95=86=E5=B8=82=E9=A1=B5=E9=9D=A2=E8=BD=AC?= =?UTF-8?q?=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/DynamicActivity/TimeLimitUpHero.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/DynamicActivity/TimeLimitUpHero.lua b/Assets/ManagedResources/~Lua/Modules/DynamicActivity/TimeLimitUpHero.lua index fe68ba6803..f77833f673 100644 --- a/Assets/ManagedResources/~Lua/Modules/DynamicActivity/TimeLimitUpHero.lua +++ b/Assets/ManagedResources/~Lua/Modules/DynamicActivity/TimeLimitUpHero.lua @@ -32,9 +32,7 @@ function TimeLimitUpHero:InitComponent() self.btnActivity = Util.GetGameObject(self.gameObject,"btngroup/btnActivity") self.btnActivity:GetComponent("Image").sprite=self.spLoader:LoadSprite("r_shilian-jiangli_zh") - self.btnRewardBtn = Util.GetGameObject(self.gameObject,"btngroup/btnRewardBtn") - self.btnRewardBtn:SetActive(false) - + self.btns = {} self.bgs = {} for i = 1 , 2 do