【bug】修复替换装备时按钮文字错误

dev_chengFeng
gaoxin 2021-03-18 10:16:34 +08:00
parent 778ed8e886
commit 4c30b42f61
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ function RoleEquipChangePopup:OnShow()
this.equipPanel[2].curEquipText:SetActive(false)
this.equipPanel[1].curEquipBtnDown:SetActive(false)
this.equipPanel[2].curEquipBtnDown:SetActive(true)
this.equipPanel[2].curEquipBtnDownText.text = "替 换"
--"替 换"
this.ShowCurEquipData(2)
this.NextCurEquipData()