From f4d9fb8f0b369acd9d522f60634021a08b107184 Mon Sep 17 00:00:00 2001 From: xiejun <467745540@qq.com> Date: Thu, 25 Jan 2024 14:42:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=BD=E6=A0=BC=E9=A2=86=E5=AE=8C=E4=B9=8B?= =?UTF-8?q?=E5=90=8E=E5=AE=9D=E7=AE=B1=E4=BD=8D=E7=BD=AE=E4=B8=8D=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Gem/GemPanel.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Assets/ManagedResources/~Lua/Modules/Gem/GemPanel.lua b/Assets/ManagedResources/~Lua/Modules/Gem/GemPanel.lua index b6d2fe0f9c..324c1909c4 100644 --- a/Assets/ManagedResources/~Lua/Modules/Gem/GemPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Gem/GemPanel.lua @@ -197,8 +197,10 @@ function Gem:UpdatePanelData(_type) --LogError("progress==============="..progresss) if isCan==false then -- self.boxIcon.gameObject:GetComponent("Animator").Play("Entry") + self.boxIcon.gameObject.transform.rotation=Quaternion.Euler(0,0,0) end self.boxIcon.gameObject:GetComponent("Animator").enabled = isCan + local curBoxConfig=ConfigManager.TryGetAllConfigsDataByKey(ConfigName.GemLotteryConfig,"Library",_type) if curBoxConfig then for i=1,#curBoxConfig do