【装备页面】神将一键装备功能提示 已为最强装备

dev_chengFeng
zhangqiang 2020-12-23 16:46:41 +08:00
parent 9d6574d3b3
commit 1ba79f4627
1 changed files with 5 additions and 1 deletions

View File

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