diff --git a/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_WishDraw.lua b/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_WishDraw.lua index 00873e5563..cad39d4170 100644 --- a/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_WishDraw.lua +++ b/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_WishDraw.lua @@ -164,6 +164,9 @@ function this:ShowSingleHero(go,data,index) end)--英雄变更:1增加、2卸下 end) end + Util.AddLongPressClick(go,function () + UIManager.OpenPanel(UIName.RoleGetInfoPopup, false, data.Reward[1], 5) + end,0.5) end function this:OnClose()