From 7ee6f446b3c31101d94a4b09c414150c2463a307 Mon Sep 17 00:00:00 2001 From: gaoxin Date: Fri, 27 Nov 2020 14:00:53 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=83=8C=E5=8C=85=E3=80=91=E8=83=8C?= =?UTF-8?q?=E5=8C=85=E5=B7=B2=E6=BB=A1=E6=8F=90=E7=A4=BA=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=E6=94=B9=E4=B8=BAtips?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Bag/BagManager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Bag/BagManager.lua b/Assets/ManagedResources/~Lua/Modules/Bag/BagManager.lua index fba8dfa775..b044ae2bc1 100644 --- a/Assets/ManagedResources/~Lua/Modules/Bag/BagManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Bag/BagManager.lua @@ -1079,7 +1079,7 @@ function this.BagIndicationRefresh(msg) -- 超出最大数量限制提示 if msg.isMax and msg.isMax == 1 then - MsgPanel.ShowOne("背包已满,其余奖励将通过邮件发送") + PopupTipPanel.ShowTip("背包已满,部分奖励将通过邮件发送") end end