diff --git a/Assets/ManagedResources/~Lua/Modules/Likability/HeroLikeAbilityPanel.lua b/Assets/ManagedResources/~Lua/Modules/Likability/HeroLikeAbilityPanel.lua index 238f46da03..77cf047bbb 100644 --- a/Assets/ManagedResources/~Lua/Modules/Likability/HeroLikeAbilityPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Likability/HeroLikeAbilityPanel.lua @@ -169,6 +169,11 @@ function HeroLikeAbilityPanel:RequestDonate(num) end function HeroLikeAbilityPanel:BindEvent() + Util.AddClick(self.dragView.gameObject, function() + local SkeletonGraphic = self.curLiveObj:GetComponent("SkeletonGraphic") + SkeletonGraphic.AnimationState:SetAnimation(0, "touch", false) + end) + Util.AddClick(self.btnBack, function() self:ClosePanel() end)