Merge branch '0功能/系统消息结构处理' into master_xma_local
commit
b173c4384a
|
@ -359,6 +359,8 @@ function this.SystemItemAdapter(node, data, isShowTime)
|
|||
end
|
||||
elseif itemDataConFig.ItemType == ItemType.Equip then
|
||||
UIManager.OpenPanel(UIName.HandBookEquipInfoPanel, data.itemId)
|
||||
elseif itemDataConFig.ItemType == ItemType.Talisman then
|
||||
-- UIManager.OpenPanel(UIName.TalismanInfoPopup, data.itemId, 2, 1)
|
||||
else
|
||||
UIManager.OpenPanel(UIName.RewardItemSingleShowPopup, data.itemId)
|
||||
end
|
||||
|
|
|
@ -61,7 +61,7 @@ function TalismanInfoPopup:OnOpen(...)
|
|||
if args[2] then
|
||||
Type=1
|
||||
curHeroConfig=args[1]
|
||||
TypeLv=args[3]
|
||||
TypeLv = args[3]
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue