【心愿抽卡】增加长按查看操作

dev_chengFeng
ZhangBiao 2021-06-30 10:58:35 +08:00
parent 7d366000be
commit 83fd6716e4
1 changed files with 3 additions and 0 deletions

View File

@ -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()