From 9d4ec4495d7d21dd57e1539eab3eb0a67c8c9f57 Mon Sep 17 00:00:00 2001 From: ZhangBiao Date: Thu, 27 May 2021 09:23:45 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BA=91=E6=B8=B8=E5=95=86=E4=BA=BA?= =?UTF-8?q?=E3=80=91=E6=97=A0=E5=8F=AF=E6=9B=BF=E6=8D=A2=E8=A3=85=E5=A4=87?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E5=8E=BB=E9=99=A4=E4=BA=8C=E6=AC=A1=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=EF=BC=8C=E6=94=B9=E4=B8=BA=E7=B3=BB=E7=BB=9F=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Popup/View/GeneralPopup_YunYouMan.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_YunYouMan.lua b/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_YunYouMan.lua index 16f60e4fff..4658ad556e 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_YunYouMan.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_YunYouMan.lua @@ -81,6 +81,10 @@ function this:OnShow(_parent,...) end end end + if #self.equipList == 0 then + PopupTipPanel.ShowTip("暂无可升级的装备!") + parent:ClosePanel() + end this:Refresh(true,true) end function this:Refresh(isTop,isAni)