上限限制

yuanshuai 2022-09-07 13:23:51 +08:00
parent 05d1eeeb6c
commit d253c29e11
1 changed files with 4 additions and 0 deletions

View File

@ -207,6 +207,10 @@ function EquipTreasureStrongPopup:BindEvent()
UIManager.OpenPanel(UIName.RewardItemSingleShowPopup,matId)
return
end
if isMax then
PopupTipPanel.ShowTip("等級已达上限")
return
end
NetManager.SendUpgradeGodTreeRequest(curEquipData.idDyn,1,function (msg)
PopupTipPanel.ShowTip("升级成功")
EquipTreasureManager.ChangeTreasureLv(curEquipData.idDyn,type)