Merge remote-tracking branch 'origin/0功能/背包最大值限制提示添加' into master_develop

gaoxin 2020-11-27 14:01:17 +08:00
commit 0378485c97
1 changed files with 1 additions and 1 deletions

View File

@ -1079,7 +1079,7 @@ function this.BagIndicationRefresh(msg)
-- 超出最大数量限制提示
if msg.isMax and msg.isMax == 1 then
MsgPanel.ShowOne("背包已满,其余奖励将通过邮件发送")
PopupTipPanel.ShowTip("背包已满,部分奖励将通过邮件发送")
end
end