【云游商人】无可替换装备时,去除二次弹窗,改为系统提示

dev_chengFeng
ZhangBiao 2021-05-27 09:23:45 +08:00
parent 913bc640cd
commit 9d4ec4495d
1 changed files with 4 additions and 0 deletions

View File

@ -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)