【心愿抽卡】增加长按查看操作
parent
7d366000be
commit
83fd6716e4
|
@ -164,6 +164,9 @@ function this:ShowSingleHero(go,data,index)
|
||||||
end)--英雄变更:1增加、2卸下
|
end)--英雄变更:1增加、2卸下
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
Util.AddLongPressClick(go,function ()
|
||||||
|
UIManager.OpenPanel(UIName.RoleGetInfoPopup, false, data.Reward[1], 5)
|
||||||
|
end,0.5)
|
||||||
end
|
end
|
||||||
|
|
||||||
function this:OnClose()
|
function this:OnClose()
|
||||||
|
|
Loading…
Reference in New Issue