From 1e282981274eabfa1e34e53bd9c029942bc341c5 Mon Sep 17 00:00:00 2001 From: gaoxin Date: Fri, 27 Nov 2020 14:55:48 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=B3=BB=E7=BB=9F=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E3=80=91=E6=9A=82=E6=97=B6=E5=B1=8F=E8=94=BD=E6=B3=95=E5=AE=9D?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E7=9A=84=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Chat/ChatPanel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Chat/ChatPanel.lua b/Assets/ManagedResources/~Lua/Modules/Chat/ChatPanel.lua index 4ab85c755b..a3f122b9b9 100644 --- a/Assets/ManagedResources/~Lua/Modules/Chat/ChatPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Chat/ChatPanel.lua @@ -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