From 83fd6716e45b5a996b0b9c6b8c44229f1ed7a1d4 Mon Sep 17 00:00:00 2001 From: ZhangBiao Date: Wed, 30 Jun 2021 10:58:35 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=BF=83=E6=84=BF=E6=8A=BD=E5=8D=A1?= =?UTF-8?q?=E3=80=91=E5=A2=9E=E5=8A=A0=E9=95=BF=E6=8C=89=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Modules/GeneralPanel/View/GeneralBigPopup_WishDraw.lua | 3 +++ 1 file changed, 3 insertions(+) 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()