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)