【装备页面】神将一键装备功能提示 已为最强装备
parent
9d6574d3b3
commit
1ba79f4627
|
@ -426,7 +426,11 @@ function this:AllEquipUpBtnOnClick()
|
|||
end
|
||||
else
|
||||
if not allEquipIds or #allEquipIds < 1 then
|
||||
PopupTipPanel.ShowTip(Language[11826])
|
||||
if #curHeroData.equipIdList <= 0 then
|
||||
PopupTipPanel.ShowTip(Language[11826])
|
||||
else
|
||||
PopupTipPanel.ShowTip("已为最强装备")
|
||||
end
|
||||
else
|
||||
PopupTipPanel.ShowTip(Language[11827])
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue