【系统消息】暂时屏蔽法宝详情的显示

dev_chengFeng
gaoxin 2020-11-27 14:55:48 +08:00
parent ad9c72717a
commit 1e28298127
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ function this.SystemItemAdapter(node, data, isShowTime)
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)
-- UIManager.OpenPanel(UIName.TalismanInfoPopup, data.itemId, 2, 1)
else
UIManager.OpenPanel(UIName.RewardItemSingleShowPopup, data.itemId)
end