【云游商人】无可替换装备时,去除二次弹窗,改为系统提示
parent
913bc640cd
commit
9d4ec4495d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue