Merge branch '0功能/系统消息结构处理' into master_xma_local

dev_chengFeng
gaoxin 2020-11-27 17:17:57 +08:00
commit b173c4384a
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -61,7 +61,7 @@ function TalismanInfoPopup:OnOpen(...)
if args[2] then
Type=1
curHeroConfig=args[1]
TypeLv=args[3]
TypeLv = args[3]
end
end